MCPcopy
hub / github.com/codeaashu/claude-code / _handleDoubleClick

Method _handleDoubleClick

src/server/web/public/terminal.js:2130–2132  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2128 t3 && t3.length !== this._model.selectionStart[0] && 0 === t3.hasWidth(this._model.selectionStart[0]) && this._model.selectionStart[0]++;
2129 }
2130 _handleDoubleClick(e3) {
2131 this._selectWordAtCursor(e3, true) && (this._activeSelectionMode = 1);
2132 }
2133 _handleTripleClick(e3) {
2134 const t3 = this._getMouseBufferCoords(e3);
2135 t3 && (this._activeSelectionMode = 2, this._selectLineAt(t3[1]));

Callers 1

handleMouseDownMethod · 0.80

Calls 1

_selectWordAtCursorMethod · 0.80

Tested by

no test coverage detected