Module Output.OverviewSource

type t = {
  1. mutable offset : int;
  2. mutable enabled : bool;
  3. mutable gaps : int;
  4. mutable head : Types.Window.t option;
}