package hardcaml_waveterm

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

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.14.0.tar.gz
sha256=6651b37191cfb0f7744be383a79f5906415cb9ca77b6809c4fce075964bfda6d
md5=f43ed06620989b92f4a5a4a2024c1866

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.Draw.rect;
  6. orientation : Orientation.t;
}
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval mouse_event : t -> Notty.Unescape.mouse -> Base.Bool.t
Sourceval key_event : t -> Notty.Unescape.key -> Base.Bool.t
OCaml

Innovation. Community. Security.