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

Method _handleTripleClick

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

Source from the content-addressed store, hash-verified

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]));
2136 }
2137 shouldColumnSelect(e3) {
2138 return e3.altKey && !(d.isMac && this._optionsService.rawOptions.macOptionClickForcesSelection);
2139 }

Callers 1

handleMouseDownMethod · 0.80

Calls 2

_getMouseBufferCoordsMethod · 0.80
_selectLineAtMethod · 0.80

Tested by

no test coverage detected