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

Method deviceStatus

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

Source from the content-addressed store, hash-verified

3272 return true;
3273 }
3274 deviceStatus(e3) {
3275 switch (e3.params[0]) {
3276 case 5:
3277 this._coreService.triggerDataEvent(`${n.C0.ESC}[0n`);
3278 break;
3279 case 6:
3280 const e4 = this._activeBuffer.y + 1, t3 = this._activeBuffer.x + 1;
3281 this._coreService.triggerDataEvent(`${n.C0.ESC}[${e4};${t3}R`);
3282 }
3283 return true;
3284 }
3285 deviceStatusPrivate(e3) {
3286 if (6 === e3.params[0]) {
3287 const e4 = this._activeBuffer.y + 1, t3 = this._activeBuffer.x + 1;

Callers 1

constructorMethod · 0.95

Calls 1

triggerDataEventMethod · 0.80

Tested by

no test coverage detected