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

Method _handleOptionsChanged

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

Source from the content-addressed store, hash-verified

1330 handleCursorMove() {
1331 }
1332 _handleOptionsChanged() {
1333 this._updateDimensions(), this._injectCss(this._themeService.colors), this._widthCache.setFont(this._optionsService.rawOptions.fontFamily, this._optionsService.rawOptions.fontSize, this._optionsService.rawOptions.fontWeight, this._optionsService.rawOptions.fontWeightBold), this._setDefaultSpacing();
1334 }
1335 clear() {
1336 for (const e3 of this._rowElements) e3.replaceChildren();
1337 }

Callers 1

constructorMethod · 0.45

Calls 6

_injectCssMethod · 0.80
setFontMethod · 0.80
_setDefaultSpacingMethod · 0.80
refreshRowsMethod · 0.80
_fireOnCanvasResizeMethod · 0.80
_updateDimensionsMethod · 0.45

Tested by

no test coverage detected