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

Method _handleColorChange

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

Source from the content-addressed store, hash-verified

7048 }
7049 get textureAtlas() {
7050 var _a;
7051 return (_a = this._charAtlas) == null ? void 0 : _a.pages[0].canvas;
7052 }
7053 _handleColorChange() {
7054 this._refreshCharAtlas(), this._clearModel(true);
7055 }

Callers 1

constructorMethod · 0.95

Calls 2

_refreshCharAtlasMethod · 0.95
_clearModelMethod · 0.95

Tested by

no test coverage detected