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

Method shouldColumnSelect

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

Source from the content-addressed store, hash-verified

2135 t3 && (this._activeSelectionMode = 2, this._selectLineAt(t3[1]));
2136 }
2137 shouldColumnSelect(e3) {
2138 return e3.altKey && !(d.isMac && this._optionsService.rawOptions.macOptionClickForcesSelection);
2139 }
2140 _handleMouseMove(e3) {
2141 if (e3.stopImmediatePropagation(), !this._model.selectionStart) return;
2142 const t3 = this._model.selectionEnd ? [this._model.selectionEnd[0], this._model.selectionEnd[1]] : null;

Callers 2

updateCursorStyleMethod · 0.80
_handleSingleClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected