MCPcopy Index your code
hub / github.com/codeaashu/claude-code / onScroll

Method onScroll

src/server/web/public/terminal.js:2554–2559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2552 let m = false;
2553 class S extends s2.Disposable {
2554 get onScroll() {
2555 return this._onScrollApi || (this._onScrollApi = this.register(new l.EventEmitter()), this._onScroll.event(((e3) => {
2556 var _a;
2557 (_a = this._onScrollApi) == null ? void 0 : _a.fire(e3.position);
2558 }))), this._onScrollApi.event;
2559 }
2560 get cols() {
2561 return this._bufferService.cols;
2562 }

Callers 3

constructorMethod · 0.45
constructorMethod · 0.45

Calls 3

eventMethod · 0.80
fireMethod · 0.80
registerMethod · 0.45

Tested by

no test coverage detected