GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Misc.Color(3) OCaml library Misc.Color(3)

Misc.Color - no description

Module Misc.Color

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

2025-07-03 OCamldoc

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.