Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ hasMouseTracking
Method
hasMouseTracking
lib/terminal.ts:1825–1828 ·
view source on GitHub ↗
* Check if mouse tracking is enabled
()
Source
from the content-addressed store, hash-verified
1823
* Check
if
mouse tracking is enabled
1824
*/
1825
public hasMouseTracking(): boolean {
1826
this.assertOpen();
1827
return
this.wasmTerm!.hasMouseTracking();
1828
}
1829
}
Callers
1
terminal.test.ts
File · 0.45
Calls
1
assertOpen
Method · 0.95
Tested by
no test coverage detected