(e3)
| 2894 | return this._setCursor((e3.params[0] || 1) - 1, this._activeBuffer.y), true; |
| 2895 | } |
| 2896 | cursorPosition(e3) { |
| 2897 | return this._setCursor(e3.length >= 2 ? (e3.params[1] || 1) - 1 : 0, (e3.params[0] || 1) - 1), true; |
| 2898 | } |
| 2899 | charPosAbsolute(e3) { |
| 2900 | return this._setCursor((e3.params[0] || 1) - 1, this._activeBuffer.y), true; |
| 2901 | } |
no test coverage detected