]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix indentation
authort-amqi <umberos@gmail.com>
Mon, 24 Jul 2017 20:41:24 +0000 (13:41 -0700)
committert-amqi <umberos@gmail.com>
Mon, 24 Jul 2017 20:41:24 +0000 (13:41 -0700)
src/InputHandler.ts

index 7cad6f09fc332c65b4e8427b97078381d542ac69..449a9399b974f12d360b137ff9af3c77d34470dc 100644 (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');
   }