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

Method selectLines

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

Source from the content-addressed store, hash-verified

2086 this._model.isSelectAllActive = true, this.refresh(), this._onSelectionChange.fire();
2087 }
2088 selectLines(e3, t3) {
2089 this._model.clearSelection(), e3 = Math.max(e3, 0), t3 = Math.min(t3, this._bufferService.buffer.lines.length - 1), this._model.selectionStart = [0, e3], this._model.selectionEnd = [this._bufferService.cols, t3], this.refresh(), this._onSelectionChange.fire();
2090 }
2091 _handleTrim(e3) {
2092 this._model.handleTrim(e3) && this.refresh();
2093 }

Callers 2

selectLinesMethod · 0.45
selectLinesMethod · 0.45

Calls 4

maxMethod · 0.80
fireMethod · 0.80
clearSelectionMethod · 0.45
refreshMethod · 0.45

Tested by

no test coverage detected