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

Method _updateRestoreColors

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

Source from the content-addressed store, hash-verified

2341 e3(this._colors), this._onChangeColors.fire(this.colors);
2342 }
2343 _updateRestoreColors() {
2344 this._restoreColors = { foreground: this._colors.foreground, background: this._colors.background, cursor: this._colors.cursor, ansi: this._colors.ansi.slice() };
2345 }
2346 };
2347 function p(e3, t3) {
2348 if (void 0 !== e3) try {

Callers 2

constructorMethod · 0.80
_setThemeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected