MCPcopy Create free account
hub / github.com/coder/ghostty-web / hasFocusEvents

Method hasFocusEvents

lib/terminal.ts:1817–1820  ·  view source on GitHub ↗

* Check if focus event reporting is enabled

()

Source from the content-addressed store, hash-verified

1815 * Check if focus event reporting is enabled
1816 */
1817 public hasFocusEvents(): boolean {
1818 this.assertOpen();
1819 return this.wasmTerm!.hasFocusEvents();
1820 }
1821
1822 /**
1823 * Check if mouse tracking is enabled

Callers 1

terminal.test.tsFile · 0.45

Calls 1

assertOpenMethod · 0.95

Tested by

no test coverage detected