Skip to content
1 change: 1 addition & 0 deletions lib/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface ITerminalOptions {

// Scrolling options
smoothScrollDuration?: number; // Duration in ms for smooth scroll animation (default: 100, 0 = instant)
preserveScrollOnWrite?: boolean; // Preserve scrolled-up viewport on write (default: false)

// Internal: Ghostty WASM instance (optional, for test isolation)
// If not provided, uses the module-level instance from init()
Expand Down
Loading
Loading