package hardcaml_waveterm

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

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.13.0.tar.gz
sha256=b0eb68ea3d7fe58794bc72e5f304981a4607ff6580becf03cdef948993698c12
md5=1ab0d447fc79c059f3fcbde6ff2dcd7d

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

Module Scroll.Scrollbar

type 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;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val mouse_event : t -> Notty.Unescape.mouse -> Base.Bool.t
val key_event : t -> Notty.Unescape.key -> Base.Bool.t
OCaml

Innovation. Community. Security.