Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ onCursorMove
Method
onCursorMove
src/server/web/public/terminal.js:5961–5963 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5959
return
this._core.onBell;
5960
}
5961
get onBinary() {
5962
return
this._core.onBinary;
5963
}
5964
get onCursorMove() {
5965
return
this._core.onCursorMove;
5966
}
Callers
2
open
Method · 0.80
_initLinesCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected