MCPcopy Create free account
hub / github.com/coder/ghostty-web / stopAutoScroll

Method stopAutoScroll

lib/selection-manager.ts:744–750  ·  view source on GitHub ↗

* Stop auto-scrolling

()

Source from the content-addressed store, hash-verified

742 * Stop auto-scrolling
743 */
744 private stopAutoScroll(): void {
745 if (this.autoScrollInterval !== null) {
746 clearInterval(this.autoScrollInterval);
747 this.autoScrollInterval = null;
748 }
749 this.autoScrollDirection = 0;
750 }
751
752 /**
753 * Convert pixel coordinates to terminal cell coordinates

Callers 4

disposeMethod · 0.95
attachEventListenersMethod · 0.95
updateAutoScrollMethod · 0.95
startAutoScrollMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected