MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _initializeWebGLState

Method _initializeWebGLState

src/server/web/public/terminal.js:7087–7089  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 1

constructorMethod · 0.95

Calls 1

handleCharSizeChangedMethod · 0.95

Tested by

no test coverage detected