(e3)
| 2882 | return this._moveCursor(e3.params[0] || 1, 0), true; |
| 2883 | } |
| 2884 | cursorBackward(e3) { |
| 2885 | return this._moveCursor(-(e3.params[0] || 1), 0), true; |
| 2886 | } |
| 2887 | cursorNextLine(e3) { |
| 2888 | return this.cursorDown(e3), this._activeBuffer.x = 0, true; |
| 2889 | } |
no test coverage detected