(e3)
| 2903 | return this._moveCursor(e3.params[0] || 1, 0), true; |
| 2904 | } |
| 2905 | linePosAbsolute(e3) { |
| 2906 | return this._setCursor(this._activeBuffer.x, (e3.params[0] || 1) - 1), true; |
| 2907 | } |
| 2908 | vPositionRelative(e3) { |
| 2909 | return this._moveCursor(0, e3.params[0] || 1), true; |
| 2910 | } |