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

Method focus

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

Source from the content-addressed store, hash-verified

516 return this.buffers.active;
517 }
518 focus() {
519 this.textarea && this.textarea.focus({ preventScroll: true });
520 }
521 _handleScreenReaderModeOptionChange(e3) {
522 e3 ? !this._accessibilityManager.value && this._renderService && (this._accessibilityManager.value = this._instantiationService.createInstance(M.AccessibilityManager, this)) : this._accessibilityManager.clear();
523 }

Callers 8

bindMouseMethod · 0.95
_keyUpMethod · 0.95
terminal.tsFile · 0.45
_handleBoundaryFocusMethod · 0.45
nFunction · 0.45
openMethod · 0.45
focusMethod · 0.45
terminal.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected