Module Terminal.Style
type t = Terminal_ansi.Style.tThe type of terminal styles: values that can be printed to a terminal in order to change the way that it renders text.
val code : Terminal.Style.t -> stringGet the ANSI escape code for the given style.
Constructing ANSI styles:
val none : Terminal.Style.tval bold : Terminal.Style.tval faint : Terminal.Style.tval italic : Terminal.Style.tval underline : Terminal.Style.tval reverse : Terminal.Style.tval fg : Terminal.Color.t -> Terminal.Style.tval bg : Terminal.Color.t -> Terminal.Style.t