package hardcaml_waveterm

  1. Overview
  2. No Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.15.0.tar.gz
sha256=05c9aaa7e8bf3d834a10efb59d757d022adfff20eb371ac9558bb3927afc4bb4

doc/hardcaml_waveterm.interactive/Hardcaml_waveterm_interactive/Scroll/Scrollbar/index.html

Module Scroll.ScrollbarSource

Sourcetype t = {
  1. scrollable : Scrollable.t;
  2. mutable bar_style : Scroll_bar_style.t;
  3. incr_key : Notty.Unescape.key;
  4. decr_key : Notty.Unescape.key;
  5. mutable bounds : Hardcaml_waveterm.Expert.Draw.rect;
  6. orientation : Orientation.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval mouse_event : t -> Notty.Unescape.mouse -> Base.bool
Sourceval key_event : t -> Notty.Unescape.key -> Base.bool
OCaml

Innovation. Community. Security.