(e3, t3)
| 3940 | return e3 && e3.buildNumber ? this._hasScrollback && "conpty" === e3.backend && e3.buildNumber >= 21376 : this._hasScrollback && !this._optionsService.rawOptions.windowsMode; |
| 3941 | } |
| 3942 | _reflow(e3, t3) { |
| 3943 | this._cols !== e3 && (e3 > this._cols ? this._reflowLarger(e3, t3) : this._reflowSmaller(e3, t3)); |
| 3944 | } |
| 3945 | _reflowLarger(e3, t3) { |
| 3946 | const i3 = (0, a.reflowLargerGetLinesToRemove)(this.lines, this._cols, e3, this.ybase + this.y, this.getNullCell(o.DEFAULT_ATTR_DATA)); |
| 3947 | if (i3.length > 0) { |
no test coverage detected