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

Method restoreBgColor

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

Source from the content-addressed store, hash-verified

3408 return this._onColor.fire([{ type: 2, index: 256 }]), true;
3409 }
3410 restoreBgColor(e3) {
3411 return this._onColor.fire([{ type: 2, index: 257 }]), true;
3412 }
3413 restoreCursorColor(e3) {
3414 return this._onColor.fire([{ type: 2, index: 258 }]), true;
3415 }

Callers 1

constructorMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected