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

Method alt

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

Source from the content-addressed store, hash-verified

4298 this._normal = new n.Buffer(true, this._optionsService, this._bufferService), this._normal.fillViewportRows(), this._alt = new n.Buffer(false, this._optionsService, this._bufferService), this._activeBuffer = this._normal, this._onBufferActivate.fire({ activeBuffer: this._normal, inactiveBuffer: this._alt }), this.setupTabStops();
4299 }
4300 get alt() {
4301 return this._alt;
4302 }
4303 get active() {
4304 return this._activeBuffer;
4305 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected