Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ onSelectionChange
Method
onSelectionChange
src/server/web/public/terminal.js:5982–5984 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5980
return
this._core.onResize;
5981
}
5982
get onScroll() {
5983
return
this._core.onScroll;
5984
}
5985
get onSelectionChange() {
5986
return
this._core.onSelectionChange;
5987
}
Callers
3
processKeysInBatch
Function · 0.80
handleMouseEvent
Function · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected