Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
Calls
2
_refreshCharAtlas
Method · 0.95
_clearModel
Method · 0.95
Tested by
no test coverage detected