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

Method handleFocus

src/server/web/public/terminal.js:7220–7221  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

7218 _initCanvas() {
7219 this._ctx = (0, o.throwIfFalsy)(this._canvas.getContext("2d", { alpha: this._alpha })), this._alpha || this._clearAll();
7220 }
7221 handleBlur(e3) {
7222 }
7223 handleFocus(e3) {
7224 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected