(e3)
| 637 | (_a = this._renderService) == null ? void 0 : _a.refreshRows(e3, t3); |
| 638 | } |
| 639 | updateCursorStyle(e3) { |
| 640 | var _a; |
| 641 | ((_a = this._selectionService) == null ? void 0 : _a.shouldColumnSelect(e3)) ? this.element.classList.add("column-select") : this.element.classList.remove("column-select"); |
| 642 | } |
| 643 | _showCursor() { |
| 644 | this.coreService.isCursorInitialized || (this.coreService.isCursorInitialized = true, this.refresh(this.buffer.y, this.buffer.y)); |
| 645 | } |
no test coverage detected