(e3)
| 2922 | return true; |
| 2923 | } |
| 2924 | cursorBackwardTab(e3) { |
| 2925 | if (this._activeBuffer.x >= this._bufferService.cols) return true; |
| 2926 | let t3 = e3.params[0] || 1; |
| 2927 | for (; t3--; ) this._activeBuffer.x = this._activeBuffer.prevStop(); |
| 2928 | return true; |
| 2929 | } |
| 2930 | selectProtected(e3) { |
| 2931 | const t3 = e3.params[0]; |
| 2932 | return 1 === t3 && (this._curAttrData.bg |= 536870912), 2 !== t3 && 0 !== t3 || (this._curAttrData.bg &= -536870913), true; |