(e3)
| 2888 | return this.cursorDown(e3), this._activeBuffer.x = 0, true; |
| 2889 | } |
| 2890 | cursorPrecedingLine(e3) { |
| 2891 | return this.cursorUp(e3), this._activeBuffer.x = 0, true; |
| 2892 | } |
| 2893 | cursorCharAbsolute(e3) { |
| 2894 | return this._setCursor((e3.params[0] || 1) - 1, this._activeBuffer.y), true; |
| 2895 | } |