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

Method setOrReportBgColor

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

Source from the content-addressed store, hash-verified

3390 return this._setOrReportSpecialColor(e3, 0);
3391 }
3392 setOrReportBgColor(e3) {
3393 return this._setOrReportSpecialColor(e3, 1);
3394 }
3395 setOrReportCursorColor(e3) {
3396 return this._setOrReportSpecialColor(e3, 2);
3397 }

Callers 1

constructorMethod · 0.95

Calls 1

Tested by

no test coverage detected