(e3)
| 2900 | return this._setCursor((e3.params[0] || 1) - 1, this._activeBuffer.y), true; |
| 2901 | } |
| 2902 | hPositionRelative(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 | } |
no test coverage detected