(e3)
| 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; |
| 2921 | for (; t3--; ) this._activeBuffer.x = this._activeBuffer.nextStop(); |
| 2922 | return true; |
| 2923 | } |
| 2924 | cursorBackwardTab(e3) { |
| 2925 | if (this._activeBuffer.x >= this._bufferService.cols) return true; |
| 2926 | let t3 = e3.params[0] || 1; |