()
| 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"); |
| 774 | } |
| 775 | _reportWindowsOptions(e3) { |
| 776 | if (this._renderService) switch (e3) { |
| 777 | case T.WindowsOptionsReportType.GET_WIN_SIZE_PIXELS: |
no test coverage detected