(e3, t3)
| 7114 | return -1; |
| 7115 | } |
| 7116 | deregisterCharacterJoiner(e3) { |
| 7117 | return false; |
| 7118 | } |
| 7119 | renderRows(e3, t3) { |
| 7120 | if (!this._isAttached) { |
| 7121 | if (!(this._coreBrowserService.window.document.body.contains(this._core.screenElement) && this._charSizeService.width && this._charSizeService.height)) return; |
| 7122 | this._updateDimensions(), this._refreshCharAtlas(), this._isAttached = true; |
| 7123 | } |
| 7124 | for (const i3 of this._renderLayers) i3.handleGridChanged(this._terminal, e3, t3); |
| 7125 | this._glyphRenderer.value && this._rectangleRenderer.value && (this._glyphRenderer.value.beginFrame() ? (this._clearModel(true), this._updateModel(0, this._terminal.rows - 1)) : this._updateModel(e3, t3), this._rectangleRenderer.value.renderBackgrounds(), this._glyphRenderer.value.render(this._model), this._cursorBlinkStateManager.value && !this._cursorBlinkStateManager.value.isCursorVisible || this._rectangleRenderer.value.renderCursor()); |
| 7126 | } |
nothing calls this directly
no test coverage detected