MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleCursorMove

Method handleCursorMove

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

Source from the content-addressed store, hash-verified

1328 return n2 + o2 > this.dimensions.css.canvas.width && (o2 = this.dimensions.css.canvas.width - n2), r2.style.height = s3 * this.dimensions.css.cell.height + "px", r2.style.top = e3 * this.dimensions.css.cell.height + "px", r2.style.left = `${n2}px`, r2.style.width = `${o2}px`, r2;
1329 }
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 }

Callers 2

openMethod · 0.45
handleCursorMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected