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

Method tabClear

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

Source from the content-addressed store, hash-verified

2912 return this.cursorPosition(e3), true;
2913 }
2914 tabClear(e3) {
2915 const t3 = e3.params[0];
2916 return 0 === t3 ? delete this._activeBuffer.tabs[this._activeBuffer.x] : 3 === t3 && (this._activeBuffer.tabs = {}), true;
2917 }
2918 cursorForwardTab(e3) {
2919 if (this._activeBuffer.x >= this._bufferService.cols) return true;
2920 let t3 = e3.params[0] || 1;

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected