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

Method tab

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

Source from the content-addressed store, hash-verified

2851 return this._restrictCursor(), true;
2852 }
2853 tab() {
2854 if (this._activeBuffer.x >= this._bufferService.cols) return true;
2855 const e3 = this._activeBuffer.x;
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 }

Callers 1

constructorMethod · 0.95

Calls 2

nextStopMethod · 0.80
fireMethod · 0.80

Tested by

no test coverage detected