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

Method blur

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

Source from the content-addressed store, hash-verified

525 this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[I"), this.element.classList.add("focus"), this._showCursor(), this._onFocus.fire();
526 }
527 blur() {
528 var _a;
529 return (_a = this.textarea) == null ? void 0 : _a.blur();
530 }
531 _handleTextAreaBlur() {
532 this.textarea.value = "", this.refresh(this.buffer.y, this.buffer.y), this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[O"), this.element.classList.remove("focus"), this._onBlur.fire();
533 }

Callers 1

blurMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected