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

Method activateAltBuffer

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

Source from the content-addressed store, hash-verified

4310 this._activeBuffer !== this._normal && (this._normal.x = this._alt.x, this._normal.y = this._alt.y, this._alt.clearAllMarkers(), this._alt.clear(), this._activeBuffer = this._normal, this._onBufferActivate.fire({ activeBuffer: this._normal, inactiveBuffer: this._alt }));
4311 }
4312 activateAltBuffer(e3) {
4313 this._activeBuffer !== this._alt && (this._alt.fillViewportRows(e3), this._alt.x = this._normal.x, this._alt.y = this._normal.y, this._activeBuffer = this._alt, this._onBufferActivate.fire({ activeBuffer: this._alt, inactiveBuffer: this._normal }));
4314 }
4315 resize(e3, t3) {
4316 this._normal.resize(e3, t3), this._alt.resize(e3, t3), this.setupTabStops(e3);
4317 }

Callers 1

setModePrivateMethod · 0.80

Calls 2

fillViewportRowsMethod · 0.80
fireMethod · 0.80

Tested by

no test coverage detected