()
| 2851 | return this._restrictCursor(), true; |
| 2852 | } |
| 2853 | tab() { |
| 2854 | if (this._activeBuffer.x >= this._bufferService.cols) return true; |
| 2855 | const e3 = this._activeBuffer.x; |
| 2856 | return this._activeBuffer.x = this._activeBuffer.nextStop(), this._optionsService.rawOptions.screenReaderMode && this._onA11yTab.fire(this._activeBuffer.x - e3), true; |
| 2857 | } |
| 2858 | shiftOut() { |
| 2859 | return this._charsetService.setgLevel(1), true; |
| 2860 | } |
no test coverage detected