MCPcopy Index your code
hub / github.com/codeaashu/claude-code / registerCsiHandler

Method registerCsiHandler

src/server/web/public/terminal.js:2821–2823  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

2819 this._parser.precedingJoinState = v2, this._activeBuffer.x < a2 && i3 - t3 > 0 && 0 === f2.getWidth(this._activeBuffer.x) && !f2.hasContent(this._activeBuffer.x) && f2.setCellFromCodepoint(this._activeBuffer.x, 0, 1, u2), this._dirtyRowTracker.markDirty(this._activeBuffer.y);
2820 }
2821 registerCsiHandler(e3, t3) {
2822 return "t" !== e3.final || e3.prefix || e3.intermediates ? this._parser.registerCsiHandler(e3, t3) : this._parser.registerCsiHandler(e3, ((e4) => !w(e4.params[0], this._optionsService.rawOptions.windowOptions) || t3(e4)));
2823 }
2824 registerDcsHandler(e3, t3) {
2825 return this._parser.registerDcsHandler(e3, new m.DcsHandler(t3));
2826 }

Callers

nothing calls this directly

Calls 3

wFunction · 0.85
t3Function · 0.85
registerCsiHandlerMethod · 0.45

Tested by

no test coverage detected