()
| 765 | this._setup(), super.reset(), (_a = this._selectionService) == null ? void 0 : _a.reset(), this._decorationService.reset(), (_b = this.viewport) == null ? void 0 : _b.reset(), this._customKeyEventHandler = e3, this.refresh(0, this.rows - 1); |
| 766 | } |
| 767 | clearTextureAtlas() { |
| 768 | var _a; |
| 769 | (_a = this._renderService) == null ? void 0 : _a.clearTextureAtlas(); |
| 770 | } |
| 771 | _reportFocus() { |
| 772 | var _a; |
| 773 | ((_a = this.element) == null ? void 0 : _a.classList.contains("focus")) ? this.coreService.triggerDataEvent(D.C0.ESC + "[I") : this.coreService.triggerDataEvent(D.C0.ESC + "[O"); |
nothing calls this directly
no test coverage detected