MCPcopy 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

processKeysInBatchFunction · 0.80
handleMouseEventFunction · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected