(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; |
| 2917 | } |
| 2918 | cursorForwardTab(e3) { |
| 2919 | if (this._activeBuffer.x >= this._bufferService.cols) return true; |
| 2920 | let t3 = e3.params[0] || 1; |