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

Method handleCharSizeChanged

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

Source from the content-addressed store, hash-verified

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 }
1299 handleBlur() {
1300 this._rowContainer.classList.remove(S), this.renderRows(0, this._bufferService.rows - 1);
1301 }

Callers 1

constructorMethod · 0.45

Calls 3

_setDefaultSpacingMethod · 0.80
_updateDimensionsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected