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

Method resize

src/server/web/public/terminal.js:4315–4317  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

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 }
4318 setupTabStops(e3) {
4319 this._normal.setupTabStops(e3), this._alt.setupTabStops(e3);
4320 }

Callers 1

constructorMethod · 0.95

Calls 2

setupTabStopsMethod · 0.95
resizeMethod · 0.45

Tested by

no test coverage detected