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

Method handleCursorMove

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

Source from the content-addressed store, hash-verified

7077 }
7078 handleSelectionChanged(e3, t3, i3) {
7079 for (const s3 of this._renderLayers) s3.handleSelectionChanged(this._terminal, e3, t3, i3);
7080 this._model.selection.update(this._core, e3, t3, i3), this._requestRedrawViewport();
7081 }
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 }

Callers

nothing calls this directly

Calls 2

restartBlinkAnimationMethod · 0.80
handleCursorMoveMethod · 0.45

Tested by

no test coverage detected