MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleFocus

Method handleFocus

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

Source from the content-addressed store, hash-verified

7068 handleBlur() {
7069 var _a;
7070 for (const e3 of this._renderLayers) e3.handleBlur(this._terminal);
7071 (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.pause(), this._requestRedrawViewport();
7072 }
7073 handleFocus() {
7074 var _a;
7075 for (const e3 of this._renderLayers) e3.handleFocus(this._terminal);
7076 (_a = this._cursorBlinkStateManager.value) == null ? void 0 : _a.resume(), this._requestRedrawViewport();
7077 }

Callers

nothing calls this directly

Calls 3

handleFocusMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected