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

Method normal

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

Source from the content-addressed store, hash-verified

4304 return this._activeBuffer;
4305 }
4306 get normal() {
4307 return this._normal;
4308 }
4309 activateNormalBuffer() {
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 }

Callers

nothing calls this directly

Calls 1

initMethod · 0.80

Tested by

no test coverage detected