package terml

  1. Overview
  2. Docs
type t =
  1. | SetForegroundColor of Color.t
  2. | SetBackgroundColor of Color.t
  3. | SetAttribute of Style.t
  4. | SetAttributes of Style.t list
  5. | Cursor of Cursor.t
  6. | Terminal of Terminal.t
  7. | Print of string
  8. | PrintStyled of Style.styled
val command_queue : t list Stdlib.ref
val queue : t list -> unit
val flush : unit -> unit
val execute : t list -> unit
val clear_queue : unit -> unit
val format_command : t -> string
OCaml

Innovation. Community. Security.