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

Method shiftIn

src/server/web/public/terminal.js:2861–2863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2859 return this._charsetService.setgLevel(1), true;
2860 }
2861 shiftIn() {
2862 return this._charsetService.setgLevel(0), true;
2863 }
2864 _restrictCursor(e3 = this._bufferService.cols - 1) {
2865 this._activeBuffer.x = Math.min(e3, Math.max(0, this._activeBuffer.x)), this._activeBuffer.y = this._coreService.decPrivateModes.origin ? Math.min(this._activeBuffer.scrollBottom, Math.max(this._activeBuffer.scrollTop, this._activeBuffer.y)) : Math.min(this._bufferService.rows - 1, Math.max(0, this._activeBuffer.y)), this._dirtyRowTracker.markDirty(this._activeBuffer.y);
2866 }

Callers 1

constructorMethod · 0.95

Calls 1

setgLevelMethod · 0.45

Tested by

no test coverage detected