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

Method _reflow

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

Source from the content-addressed store, hash-verified

3940 return e3 && e3.buildNumber ? this._hasScrollback && "conpty" === e3.backend && e3.buildNumber >= 21376 : this._hasScrollback && !this._optionsService.rawOptions.windowsMode;
3941 }
3942 _reflow(e3, t3) {
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) {

Callers 1

resizeMethod · 0.80

Calls 2

_reflowLargerMethod · 0.80
_reflowSmallerMethod · 0.80

Tested by

no test coverage detected