diff --git a/src/InputHandler.ts b/src/InputHandler.ts index 7cad6f09..449a9399 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -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'); }