()
| 2859 | return this._charsetService.setgLevel(1), true; |
| 2860 | } |
| 2861 | shiftIn() { |
| 2862 | return this._charsetService.setgLevel(0), true; |
| 2863 | } |
| 2864 | _restrictCursor(e3 = this._bufferService.cols - 1) { |
| 2865 | this._activeBuffer.x = Math.min(e3, Math.max(0, this._activeBuffer.x)), this._activeBuffer.y = this._coreService.decPrivateModes.origin ? Math.min(this._activeBuffer.scrollBottom, Math.max(this._activeBuffer.scrollTop, this._activeBuffer.y)) : Math.min(this._bufferService.rows - 1, Math.max(0, this._activeBuffer.y)), this._dirtyRowTracker.markDirty(this._activeBuffer.y); |
| 2866 | } |