()
| 3417 | return this._activeBuffer.x = 0, this.index(), true; |
| 3418 | } |
| 3419 | keypadApplicationMode() { |
| 3420 | return this._logService.debug("Serial port requested application keypad."), this._coreService.decPrivateModes.applicationKeypad = true, this._onRequestSyncScrollBar.fire(), true; |
| 3421 | } |
| 3422 | keypadNumericMode() { |
| 3423 | return this._logService.debug("Switching back to normal keypad."), this._coreService.decPrivateModes.applicationKeypad = false, this._onRequestSyncScrollBar.fire(), true; |
| 3424 | } |
no test coverage detected