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

Method restoreCursorColor

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

Source from the content-addressed store, hash-verified

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 }
3416 nextLine() {
3417 return this._activeBuffer.x = 0, this.index(), true;
3418 }

Callers 1

constructorMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected