()
| 1300 | this._rowContainer.classList.remove(S), this.renderRows(0, this._bufferService.rows - 1); |
| 1301 | } |
| 1302 | handleFocus() { |
| 1303 | this._rowContainer.classList.add(S), this.renderRows(this._bufferService.buffer.y, this._bufferService.buffer.y); |
| 1304 | } |
| 1305 | handleSelectionChanged(e3, t3, i3) { |
| 1306 | if (this._selectionContainer.replaceChildren(), this._rowFactory.handleSelectionChanged(e3, t3, i3), this.renderRows(0, this._bufferService.rows - 1), !e3 || !t3) return; |
| 1307 | this._selectionRenderModel.update(this._terminal, e3, t3, i3); |
no test coverage detected