()
| 7051 | return (_a = this._charAtlas) == null ? void 0 : _a.pages[0].canvas; |
| 7052 | } |
| 7053 | _handleColorChange() { |
| 7054 | this._refreshCharAtlas(), this._clearModel(true); |
| 7055 | } |
| 7056 | handleDevicePixelRatioChange() { |
| 7057 | this._devicePixelRatio !== this._coreBrowserService.dpr && (this._devicePixelRatio = this._coreBrowserService.dpr, this.handleResize(this._terminal.cols, this._terminal.rows)); |
| 7058 | } |
nothing calls this directly
no test coverage detected