MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _updateCachedColors

Method _updateCachedColors

src/server/web/public/terminal.js:6952–6954  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

6950 this._updateViewportRectangle();
6951 }
6952 setDimensions(e3) {
6953 this._dimensions = e3;
6954 }
6955 _updateCachedColors(e3) {
6956 this._bgFloat = this._colorToFloat32Array(e3.background), this._cursorFloat = this._colorToFloat32Array(e3.cursor);
6957 }

Callers 1

constructorMethod · 0.95

Calls 1

_colorToFloat32ArrayMethod · 0.95

Tested by

no test coverage detected