(e3, t3)
| 747 | e3 !== this.cols || t3 !== this.rows ? super.resize(e3, t3) : this._charSizeService && !this._charSizeService.hasValidSize && this._charSizeService.measure(); |
| 748 | } |
| 749 | _afterResize(e3, t3) { |
| 750 | var _a, _b; |
| 751 | (_a = this._charSizeService) == null ? void 0 : _a.measure(), (_b = this.viewport) == null ? void 0 : _b.syncScrollArea(true); |
| 752 | } |
| 753 | clear() { |
| 754 | var _a; |
| 755 | if (0 !== this.buffer.ybase || 0 !== this.buffer.y) { |
no test coverage detected