MCPcopy Index your code
hub / github.com/codeaashu/claude-code / cursorBackwardTab

Method cursorBackwardTab

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

Source from the content-addressed store, hash-verified

2922 return true;
2923 }
2924 cursorBackwardTab(e3) {
2925 if (this._activeBuffer.x >= this._bufferService.cols) return true;
2926 let t3 = e3.params[0] || 1;
2927 for (; t3--; ) this._activeBuffer.x = this._activeBuffer.prevStop();
2928 return true;
2929 }
2930 selectProtected(e3) {
2931 const t3 = e3.params[0];
2932 return 1 === t3 && (this._curAttrData.bg |= 536870912), 2 !== t3 && 0 !== t3 || (this._curAttrData.bg &= -536870913), true;

Callers 1

constructorMethod · 0.95

Calls 1

prevStopMethod · 0.80

Tested by

no test coverage detected