package hardcaml_waveterm

  1. Overview
  2. Docs
type ctx
type style
val rows : ctx -> Base.Int.t
val cols : ctx -> Base.Int.t
val get_bounds : ctx -> rect
val get_style : Style.t -> style
val draw_int : ctx:ctx -> style:style -> bounds:rect -> r:Base.Int.t -> c:Base.Int.t -> Base.Int.t -> Base.Unit.t
val get : ctx:ctx -> bounds:rect -> r:Base.Int.t -> c:Base.Int.t -> Base.Int.t * Style.t