(e3)
| 2190 | this._model.clearSelection(), this._removeMouseDownListeners(), this._model.selectionStart = [e3, t3], this._model.selectionStartLength = i3, this.refresh(), this._fireEventIfSelectionChanged(); |
| 2191 | } |
| 2192 | rightClickSelect(e3) { |
| 2193 | this._isClickInSelection(e3) || (this._selectWordAtCursor(e3, false) && this.refresh(true), this._fireEventIfSelectionChanged()); |
| 2194 | } |
| 2195 | _getWordAt(e3, t3, i3 = true, s3 = true) { |
| 2196 | if (e3[0] >= this._bufferService.cols) return; |
| 2197 | const r2 = this._bufferService.buffer, n2 = r2.lines.get(e3[1]); |
no test coverage detected