(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) { |
| 3948 | const s3 = (0, a.reflowLargerCreateNewLayout)(this.lines, i3); |
| 3949 | (0, a.reflowLargerApplyNewLayout)(this.lines, s3.layout), this._reflowLargerAdjustViewport(e3, t3, s3.countRemoved); |
| 3950 | } |
| 3951 | } |
| 3952 | _reflowLargerAdjustViewport(e3, t3, i3) { |
| 3953 | const s3 = this.getNullCell(o.DEFAULT_ATTR_DATA); |
| 3954 | let r2 = i3; |
no test coverage detected