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

Method _reflowLarger

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

Source from the content-addressed store, hash-verified

3943 this._cols !== e3 && (e3 > this._cols ? this._reflowLarger(e3, t3) : this._reflowSmaller(e3, t3));
3944 }
3945 _reflowLarger(e3, t3) {
3946 const i3 = (0, a.reflowLargerGetLinesToRemove)(this.lines, this._cols, e3, this.ybase + this.y, this.getNullCell(o.DEFAULT_ATTR_DATA));
3947 if (i3.length > 0) {
3948 const s3 = (0, a.reflowLargerCreateNewLayout)(this.lines, i3);
3949 (0, a.reflowLargerApplyNewLayout)(this.lines, s3.layout), this._reflowLargerAdjustViewport(e3, t3, s3.countRemoved);
3950 }
3951 }
3952 _reflowLargerAdjustViewport(e3, t3, i3) {
3953 const s3 = this.getNullCell(o.DEFAULT_ATTR_DATA);
3954 let r2 = i3;

Callers 1

_reflowMethod · 0.80

Calls 2

getNullCellMethod · 0.80

Tested by

no test coverage detected