dwww Home | Manual pages | Find package

Misc.Color(3o)                   OCaml library                  Misc.Color(3o)

NAME
       Misc.Color - no description

Module
       Module   Misc.Color

Documentation
       Module Color
        : sig end

       type color =
        | Black
        | Red
        | Green
        | Yellow
        | Blue
        | Magenta
        | Cyan
        | White

       type style =
        | FG of color
        | BG of color
        | Bold
        | Reset

       type Format.stag +=
        | Style of style list

       val ansi_of_style_l : style list -> string

       type styles = {
        error : style list ;
        warning : style list ;
        loc : style list ;
        }

       val default_styles : styles

       val get_styles : unit -> styles

       val set_styles : styles -> unit

       type setting =
        | Auto
        | Always
        | Never

       val default_setting : setting

       val setup : setting option -> unit

       val set_color_tag_handling : Format.formatter -> unit

OCamldoc                          2023-02-12                    Misc.Color(3o)

Generated by dwww version 1.15 on Sun Jun 23 04:19:59 CEST 2024.