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

Method handleSelectionChanged

src/server/web/public/terminal.js:7075–7078  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

7073 handleFocus() {
7074 var _a;
7075 for (const e3 of this._renderLayers) e3.handleFocus(this._terminal);
7076 (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.resume(), this._requestRedrawViewport();
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 }

Callers

nothing calls this directly

Calls 3

updateMethod · 0.65

Tested by

no test coverage detected