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

Method setOrReportCursorColor

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

Source from the content-addressed store, hash-verified

3393 return this._setOrReportSpecialColor(e3, 1);
3394 }
3395 setOrReportCursorColor(e3) {
3396 return this._setOrReportSpecialColor(e3, 2);
3397 }
3398 restoreIndexedColor(e3) {
3399 if (!e3) return this._onColor.fire([{ type: 2 }]), true;
3400 const t3 = [], i3 = e3.split(";");

Callers 1

constructorMethod · 0.95

Calls 1

Tested by

no test coverage detected