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

Method shiftOut

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

Source from the content-addressed store, hash-verified

2856 return this._activeBuffer.x = this._activeBuffer.nextStop(), this._optionsService.rawOptions.screenReaderMode && this._onA11yTab.fire(this._activeBuffer.x - e3), true;
2857 }
2858 shiftOut() {
2859 return this._charsetService.setgLevel(1), true;
2860 }
2861 shiftIn() {
2862 return this._charsetService.setgLevel(0), true;
2863 }

Callers 1

constructorMethod · 0.95

Calls 1

setgLevelMethod · 0.45

Tested by

no test coverage detected