Raxol.Terminal.Scroll.Sync (Raxol v0.5.0)
View SourceHandles scroll synchronization across terminal splits.
Summary
Types
@type t() :: %Raxol.Terminal.Scroll.Sync{ last_sync: non_neg_integer(), sync_enabled: boolean() }
Functions
@spec new() :: t()
Creates a new sync instance.
@spec sync(t(), :up | :down, non_neg_integer()) :: t()
Synchronizes scroll operations across splits.