mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix indentation
This commit is contained in:
+5
-5
@@ -132,11 +132,11 @@ export class InputHandler implements IInputHandler {
|
||||
if (this._terminal.buffer.x >= this._terminal.cols) {
|
||||
this._terminal.buffer.x--;
|
||||
}
|
||||
/**
|
||||
* This event is emitted whenever the terminal outputs a LF or NL.
|
||||
*
|
||||
* @event lineFeed
|
||||
*/
|
||||
/**
|
||||
* This event is emitted whenever the terminal outputs a LF or NL.
|
||||
*
|
||||
* @event lineFeed
|
||||
*/
|
||||
this._terminal.emit('lineFeed');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user