()
| 2623 | return this._inputHandler.registerOscHandler(e3, t3); |
| 2624 | } |
| 2625 | _setup() { |
| 2626 | this._handleWindowsPtyOptionChange(); |
| 2627 | } |
| 2628 | reset() { |
| 2629 | this._inputHandler.reset(), this._bufferService.reset(), this._charsetService.reset(), this.coreService.reset(), this.coreMouseService.reset(); |
| 2630 | } |
nothing calls this directly
no test coverage detected