()
| 7085 | (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.restartBlinkAnimation(); |
| 7086 | } |
| 7087 | _handleOptionsChanged() { |
| 7088 | this._updateDimensions(), this._refreshCharAtlas(), this._updateCursorBlink(); |
| 7089 | } |
| 7090 | _initializeWebGLState() { |
| 7091 | return this._rectangleRenderer.value = new v.RectangleRenderer(this._terminal, this._gl, this.dimensions, this._themeService), this._glyphRenderer.value = new g.GlyphRenderer(this._terminal, this._gl, this.dimensions, this._optionsService), this.handleCharSizeChanged(), [this._rectangleRenderer.value, this._glyphRenderer.value]; |
| 7092 | } |
no test coverage detected