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

Method tabSet

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

Source from the content-addressed store, hash-verified

3432 return this._restrictCursor(), this._activeBuffer.y++, this._activeBuffer.y === this._activeBuffer.scrollBottom + 1 ? (this._activeBuffer.y--, this._bufferService.scroll(this._eraseAttrData())) : this._activeBuffer.y >= this._bufferService.rows && (this._activeBuffer.y = this._bufferService.rows - 1), this._restrictCursor(), true;
3433 }
3434 tabSet() {
3435 return this._activeBuffer.tabs[this._activeBuffer.x] = true, true;
3436 }
3437 reverseIndex() {
3438 if (this._restrictCursor(), this._activeBuffer.y === this._activeBuffer.scrollTop) {
3439 const e3 = this._activeBuffer.scrollBottom - this._activeBuffer.scrollTop;

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected