Fix indentation

This commit is contained in:
t-amqi
2017-07-24 13:41:24 -07:00
parent 79965708ab
commit 23dd3d7a67
+5 -5
View File
@@ -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');
}