MCPcopy
hub / github.com/codeaashu/claude-code / handleResize

Method handleResize

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

Source from the content-addressed store, hash-verified

1291 for (; this._rowElements.length > t3; ) this._rowContainer.removeChild(this._rowElements.pop());
1292 }
1293 handleResize(e3, t3) {
1294 this._refreshRowElements(e3, t3), this._updateDimensions(), this.handleSelectionChanged(this._selectionRenderModel.selectionStart, this._selectionRenderModel.selectionEnd, this._selectionRenderModel.columnSelectMode);
1295 }
1296 handleCharSizeChanged() {
1297 this._updateDimensions(), this._widthCache.clear(), this._setDefaultSpacing();
1298 }

Callers 4

openMethod · 0.45
constructorMethod · 0.45
handleResizeMethod · 0.45
activateMethod · 0.45

Calls 5

_refreshRowElementsMethod · 0.80
_fullRefreshMethod · 0.80
_updateDimensionsMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected