(e3)
| 2909 | return this._moveCursor(0, e3.params[0] || 1), true; |
| 2910 | } |
| 2911 | hVPosition(e3) { |
| 2912 | return this.cursorPosition(e3), true; |
| 2913 | } |
| 2914 | tabClear(e3) { |
| 2915 | const t3 = e3.params[0]; |
| 2916 | return 0 === t3 ? delete this._activeBuffer.tabs[this._activeBuffer.x] : 3 === t3 && (this._activeBuffer.tabs = {}), true; |
no test coverage detected