MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _reportFocus

Method _reportFocus

src/server/web/public/terminal.js:771–774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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:

Callers 1

constructorMethod · 0.95

Calls 1

triggerDataEventMethod · 0.80

Tested by

no test coverage detected