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

Method _handleOptionsChanged

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

Source from the content-addressed store, hash-verified

7082 handleCursorMove() {
7083 var _a;
7084 for (const e3 of this._renderLayers) e3.handleCursorMove(this._terminal);
7085 (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.restartBlinkAnimation();
7086 }
7087 _handleOptionsChanged() {
7088 this._updateDimensions(), this._refreshCharAtlas(), this._updateCursorBlink();
7089 }

Callers 1

constructorMethod · 0.95

Calls 3

_updateDimensionsMethod · 0.95
_refreshCharAtlasMethod · 0.95
_updateCursorBlinkMethod · 0.95

Tested by

no test coverage detected