()
| 2629 | this._inputHandler.reset(), this._bufferService.reset(), this._charsetService.reset(), this.coreService.reset(), this.coreMouseService.reset(); |
| 2630 | } |
| 2631 | _handleWindowsPtyOptionChange() { |
| 2632 | let e3 = false; |
| 2633 | const t3 = this.optionsService.rawOptions.windowsPty; |
| 2634 | t3 && void 0 !== t3.buildNumber && void 0 !== t3.buildNumber ? e3 = !!("conpty" === t3.backend && t3.buildNumber < 21376) : this.optionsService.rawOptions.windowsMode && (e3 = true), e3 ? this._enableWindowsWrappingHeuristics() : this._windowsWrappingHeuristics.clear(); |
| 2635 | } |
| 2636 | _enableWindowsWrappingHeuristics() { |
| 2637 | if (!this._windowsWrappingHeuristics.value) { |
| 2638 | const e3 = []; |
no test coverage detected