168 lines
2.0 KiB
HTML
168 lines
2.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Misc.Color</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Misc.Color</H1>
|
|
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Misc.Color - no description
|
|
<A NAME="lbAC"> </A>
|
|
<H2>Module</H2>
|
|
|
|
Module Misc.Color
|
|
<A NAME="lbAD"> </A>
|
|
<H2>Documentation</H2>
|
|
|
|
<P>
|
|
Module
|
|
<B>Color</B>
|
|
|
|
<BR> :
|
|
<B>sig end</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type color </I>
|
|
|
|
=
|
|
<BR> | Black
|
|
<BR> | Red
|
|
<BR> | Green
|
|
<BR> | Yellow
|
|
<BR> | Blue
|
|
<BR> | Magenta
|
|
<BR> | Cyan
|
|
<BR> | White
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type style </I>
|
|
|
|
=
|
|
<BR> | FG
|
|
<B>of </B>
|
|
|
|
<B>color</B>
|
|
|
|
<BR> | BG
|
|
<B>of </B>
|
|
|
|
<B>color</B>
|
|
|
|
<BR> | Bold
|
|
<BR> | Reset
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val ansi_of_style_l </I>
|
|
|
|
:
|
|
<B>style list -> string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type styles </I>
|
|
|
|
= {
|
|
<BR> error :
|
|
<B>style list</B>
|
|
|
|
;
|
|
<BR> warning :
|
|
<B>style list</B>
|
|
|
|
;
|
|
<BR> loc :
|
|
<B>style list</B>
|
|
|
|
;
|
|
<BR> }
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val default_styles </I>
|
|
|
|
:
|
|
<B>styles</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val get_styles </I>
|
|
|
|
:
|
|
<B>unit -> styles</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val set_styles </I>
|
|
|
|
:
|
|
<B>styles -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type setting </I>
|
|
|
|
=
|
|
<BR> | Auto
|
|
<BR> | Always
|
|
<BR> | Never
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val setup </I>
|
|
|
|
:
|
|
<B>setting option -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val set_color_tag_handling </I>
|
|
|
|
:
|
|
<B>Format.formatter -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">Module</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:48 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|