Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| SetForegroundColor of Color.t
| SetBackgroundColor of Color.t
| SetAttribute of Style.t
| SetAttributes of Style.t list
| Cursor of Cursor.t
| Terminal of Terminal.t
| Print of string
| PrintStyled of Style.styled
val queue : t list -> unit
val execute : t list -> unit
val format_command : t -> string