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

Method deviceStatusPrivate

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

Source from the content-addressed store, hash-verified

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;
3288 this._coreService.triggerDataEvent(`${n.C0.ESC}[?${e4};${t3}R`);
3289 }
3290 return true;
3291 }
3292 softReset(e3) {
3293 return this._coreService.isCursorHidden = false, this._onRequestSyncScrollBar.fire(), this._activeBuffer.scrollTop = 0, this._activeBuffer.scrollBottom = this._bufferService.rows - 1, this._curAttrData = l.DEFAULT_ATTR_DATA.clone(), this._coreService.reset(), this._charsetService.reset(), this._activeBuffer.savedX = 0, this._activeBuffer.savedY = this._activeBuffer.ybase, this._activeBuffer.savedCurAttrData.fg = this._curAttrData.fg, this._activeBuffer.savedCurAttrData.bg = this._curAttrData.bg, this._activeBuffer.savedCharset = this._charsetService.charset, this._coreService.decPrivateModes.origin = false, true;
3294 }

Callers 1

constructorMethod · 0.95

Calls 1

triggerDataEventMethod · 0.80

Tested by

no test coverage detected