package lambda-term

  1. Overview
  2. Docs
type t
val create : LTerm.t -> ?save_state:bool -> (t -> LTerm_draw.matrix -> unit) -> t Lwt.t
val quit : t -> unit Lwt.t
val size : t -> LTerm_geom.size
val draw : t -> unit
val cursor_visible : t -> bool
val set_cursor_visible : t -> bool -> unit
val cursor_position : t -> LTerm_geom.coord
val set_cursor_position : t -> LTerm_geom.coord -> unit
val wait : t -> LTerm_event.t Lwt.t