]> git.mdlowis.com Git - archive/tide-ocaml.git/commitdiff
updated docs
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 9 Dec 2017 00:46:25 +0000 (19:46 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 9 Dec 2017 00:46:25 +0000 (19:46 -0500)
45 files changed:
docs/Buf.Cursor.html
docs/Buf.html
docs/Cfg.Color.Syntax.html
docs/Cfg.Color.html
docs/Cfg.html
docs/Colormap.Span.html [new file with mode: 0644]
docs/Colormap.SpanSet.html [new file with mode: 0644]
docs/Colormap.html [new file with mode: 0644]
docs/Draw.Cursor.html
docs/Draw.html
docs/Lex_cpp.html [new file with mode: 0644]
docs/Misc.html
docs/Rope.html
docs/Scrollmap.html
docs/X11.GlyphMap.html
docs/X11.Rune.html
docs/X11.html
docs/index.html
docs/index_attributes.html
docs/index_class_types.html
docs/index_classes.html
docs/index_exceptions.html
docs/index_extensions.html
docs/index_methods.html
docs/index_module_types.html
docs/index_modules.html
docs/index_types.html
docs/index_values.html
docs/type_Buf.Cursor.html
docs/type_Buf.html
docs/type_Cfg.Color.Syntax.html
docs/type_Cfg.Color.html
docs/type_Cfg.html
docs/type_Colormap.Span.html [new file with mode: 0644]
docs/type_Colormap.SpanSet.html [new file with mode: 0644]
docs/type_Colormap.html [new file with mode: 0644]
docs/type_Draw.Cursor.html
docs/type_Draw.html
docs/type_Lex_cpp.html [new file with mode: 0644]
docs/type_Misc.html
docs/type_Rope.html
docs/type_Scrollmap.html
docs/type_X11.GlyphMap.html
docs/type_X11.Rune.html
docs/type_X11.html

index f55b43bac11c95e8eaebaa733b6ed7a4c32fcd91..34cc7c0006d3a65d265210fa9a63bde06316e4fc 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Buf.Cursor</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Buf.Cursor</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="Buf.html" title="Buf">Up</a>
 &nbsp;</div>
 <h1>Module <a href="type_Buf.Cursor.html">Buf.Cursor</a></h1>
 
-<pre><span class="keyword">module</span> Cursor: <code class="code">sig</code> <a href="Buf.Cursor.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULECursor"><span class="keyword">module</span> Cursor</span>: <code class="code">sig</code> <a href="Buf.Cursor.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><code><span id="TYPEcsr"><span class="keyword">type</span> <code class="type"></code>csr</span> = {</code></pre><table class="typetable">
 <tr>
index fef0b3986c931c2906465084f23714bb2a805277..77488575e3a7a944612df4c11e42e2bbb9bc39a5 100644 (file)
@@ -6,7 +6,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="Start" href="index.html">
 <link rel="previous" href="Rope.html">
-<link rel="next" href="Draw.html">
+<link rel="next" href="Colormap.html">
 <link rel="Up" href="index.html">
 <link title="Index of types" rel=Appendix href="index_types.html">
 <link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Buf</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Buf</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="Rope.html" title="Rope">Previous</a>
 &nbsp;<a class="up" href="index.html" title="Index">Up</a>
-&nbsp;<a class="post" href="Draw.html" title="Draw">Next</a>
+&nbsp;<a class="post" href="Colormap.html" title="Colormap">Next</a>
 </div>
 <h1>Module <a href="type_Buf.html">Buf</a></h1>
 
-<pre><span class="keyword">module</span> Buf: <code class="code">sig</code> <a href="Buf.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEBuf"><span class="keyword">module</span> Buf</span>: <code class="code">sig</code> <a href="Buf.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><code><span id="TYPEbuf"><span class="keyword">type</span> <code class="type"></code>buf</span> = {</code></pre><table class="typetable">
 <tr>
 <pre><span id="VALlength"><span class="keyword">val</span> length</span> : <code class="type"><a href="Buf.html#TYPEbuf">buf</a> -> int</code></pre>
 <pre><span id="VALiteri"><span class="keyword">val</span> iteri</span> : <code class="type">(int -> <a href="Rope.html#TYPErune">Rope.rune</a> -> bool) -> <a href="Buf.html#TYPEbuf">buf</a> -> int -> unit</code></pre>
 <pre><span id="VALiter"><span class="keyword">val</span> iter</span> : <code class="type">(<a href="Rope.html#TYPErune">Rope.rune</a> -> bool) -> <a href="Buf.html#TYPEbuf">buf</a> -> int -> unit</code></pre>
-<pre><span class="keyword">module</span> <a href="Buf.Cursor.html">Cursor</a>: <code class="code">sig</code> <a href="Buf.Cursor.html">..</a> <code class="code">end</code></pre>
+<pre><span id="VALmake_lexfn"><span class="keyword">val</span> make_lexfn</span> : <code class="type"><a href="Buf.html#TYPEbuf">buf</a> -> bytes -> int -> int</code></pre>
+<pre><span id="MODULECursor"><span class="keyword">module</span> <a href="Buf.Cursor.html">Cursor</a></span>: <code class="code">sig</code> <a href="Buf.Cursor.html">..</a> <code class="code">end</code></pre>
 <pre><span id="VALmove_to"><span class="keyword">val</span> move_to</span> : <code class="type"><a href="Buf.html#TYPEdest">dest</a> -> <a href="Buf.html#TYPEbuf">buf</a> -> int -> int</code></pre>
 <pre><span id="VALnextc"><span class="keyword">val</span> nextc</span> : <code class="type"><a href="Buf.html#TYPEbuf">buf</a> -> int -> int</code></pre>
 <pre><span id="VALprevc"><span class="keyword">val</span> prevc</span> : <code class="type"><a href="Buf.html#TYPEbuf">buf</a> -> int -> int</code></pre>
index 4e24f31169fa1af07383b6d34dcc63c2e9d7ebf4..1e901d33dfcf1aefe9c25b7de1caed0c0574f09b 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg.Color.Syntax</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg.Color.Syntax</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="Cfg.Color.html" title="Cfg.Color">Up</a>
 &nbsp;</div>
 <h1>Module <a href="type_Cfg.Color.Syntax.html">Cfg.Color.Syntax</a></h1>
 
-<pre><span class="keyword">module</span> Syntax: <code class="code">sig</code> <a href="Cfg.Color.Syntax.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULESyntax"><span class="keyword">module</span> Syntax</span>: <code class="code">sig</code> <a href="Cfg.Color.Syntax.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="VALnormal"><span class="keyword">val</span> normal</span> : <code class="type">int</code></pre>
 <pre><span id="VALcomment"><span class="keyword">val</span> comment</span> : <code class="type">int</code></pre>
 <pre><span id="VALconstant"><span class="keyword">val</span> constant</span> : <code class="type">int</code></pre>
+<pre><span id="VALkeyword"><span class="keyword">val</span> keyword</span> : <code class="type">int</code></pre>
+<pre><span id="VALtypedef"><span class="keyword">val</span> typedef</span> : <code class="type">int</code></pre>
 <pre><span id="VALnumber"><span class="keyword">val</span> number</span> : <code class="type">int</code></pre>
 <pre><span id="VALboolean"><span class="keyword">val</span> boolean</span> : <code class="type">int</code></pre>
 <pre><span id="VALfloat"><span class="keyword">val</span> float</span> : <code class="type">int</code></pre>
 <pre><span id="VALstring"><span class="keyword">val</span> string</span> : <code class="type">int</code></pre>
 <pre><span id="VALchar"><span class="keyword">val</span> char</span> : <code class="type">int</code></pre>
 <pre><span id="VALpreproc"><span class="keyword">val</span> preproc</span> : <code class="type">int</code></pre>
-<pre><span id="VALtypedef"><span class="keyword">val</span> typedef</span> : <code class="type">int</code></pre>
-<pre><span id="VALkeyword"><span class="keyword">val</span> keyword</span> : <code class="type">int</code></pre>
 <pre><span id="VALstatement"><span class="keyword">val</span> statement</span> : <code class="type">int</code></pre>
 <pre><span id="VALprocedure"><span class="keyword">val</span> procedure</span> : <code class="type">int</code></pre>
 <pre><span id="VALvariable"><span class="keyword">val</span> variable</span> : <code class="type">int</code></pre>
index 71da95216e8e90e3ce6df16e2f7c34c460223fc7..c856932cf4139afc30e11b5a4f37f126464bd5c6 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg.Color</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg.Color</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="Cfg.html" title="Cfg">Up</a>
 &nbsp;</div>
 <h1>Module <a href="type_Cfg.Color.html">Cfg.Color</a></h1>
 
-<pre><span class="keyword">module</span> Color: <code class="code">sig</code> <a href="Cfg.Color.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEColor"><span class="keyword">module</span> Color</span>: <code class="code">sig</code> <a href="Cfg.Color.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="VALpalette"><span class="keyword">val</span> palette</span> : <code class="type">int array</code></pre>
 <pre><span id="VALscroll_nor"><span class="keyword">val</span> scroll_nor</span> : <code class="type">int * int</code></pre>
@@ -39,4 +40,4 @@
 <pre><span id="VALedit_csr"><span class="keyword">val</span> edit_csr</span> : <code class="type">int</code></pre>
 <pre><span id="VALedit_rul"><span class="keyword">val</span> edit_rul</span> : <code class="type">int</code></pre>
 <pre><span id="VALborders"><span class="keyword">val</span> borders</span> : <code class="type">int * int</code></pre>
-<pre><span class="keyword">module</span> <a href="Cfg.Color.Syntax.html">Syntax</a>: <code class="code">sig</code> <a href="Cfg.Color.Syntax.html">..</a> <code class="code">end</code></pre></body></html>
\ No newline at end of file
+<pre><span id="MODULESyntax"><span class="keyword">module</span> <a href="Cfg.Color.Syntax.html">Syntax</a></span>: <code class="code">sig</code> <a href="Cfg.Color.Syntax.html">..</a> <code class="code">end</code></pre></body></html>
\ No newline at end of file
index 6a81cb1bc3cd658194acee129428c6ff4881c7d8..de0b4d54746b02222587b0d43253c893771740dc 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="X11.html" title="X11">Previous</a>
@@ -28,7 +29,7 @@
 </div>
 <h1>Module <a href="type_Cfg.html">Cfg</a></h1>
 
-<pre><span class="keyword">module</span> Cfg: <code class="code">sig</code> <a href="Cfg.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULECfg"><span class="keyword">module</span> Cfg</span>: <code class="code">sig</code> <a href="Cfg.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="VALboolvar"><span class="keyword">val</span> boolvar</span> : <code class="type">string -> bool -> bool</code></pre>
 <pre><span id="VALintvar"><span class="keyword">val</span> intvar</span> : <code class="type">string -> int -> int</code></pre>
@@ -51,4 +52,4 @@
 <pre><span id="VALscroll_lines"><span class="keyword">val</span> scroll_lines</span> : <code class="type">int</code></pre>
 <pre><span id="VALdbl_click_time"><span class="keyword">val</span> dbl_click_time</span> : <code class="type">int</code></pre>
 <pre><span id="VALmax_scan_dist"><span class="keyword">val</span> max_scan_dist</span> : <code class="type">int</code></pre>
-<pre><span class="keyword">module</span> <a href="Cfg.Color.html">Color</a>: <code class="code">sig</code> <a href="Cfg.Color.html">..</a> <code class="code">end</code></pre></body></html>
\ No newline at end of file
+<pre><span id="MODULEColor"><span class="keyword">module</span> <a href="Cfg.Color.html">Color</a></span>: <code class="code">sig</code> <a href="Cfg.Color.html">..</a> <code class="code">end</code></pre></body></html>
\ No newline at end of file
diff --git a/docs/Colormap.Span.html b/docs/Colormap.Span.html
new file mode 100644 (file)
index 0000000..a2390c1
--- /dev/null
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link rel="next" href="Colormap.SpanSet.html">
+<link rel="Up" href="Colormap.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap.Span</title>
+</head>
+<body>
+<div class="navbar">&nbsp;<a class="up" href="Colormap.html" title="Colormap">Up</a>
+&nbsp;<a class="post" href="Colormap.SpanSet.html" title="Colormap.SpanSet">Next</a>
+</div>
+<h1>Module <a href="type_Colormap.Span.html">Colormap.Span</a></h1>
+
+<pre><span id="MODULESpan"><span class="keyword">module</span> Span</span>: <code class="code">sig</code> <a href="Colormap.Span.html">..</a> <code class="code">end</code></pre><hr width="100%">
+
+<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = {</code></pre><table class="typetable">
+<tr>
+<td align="left" valign="top" >
+<code>&nbsp;&nbsp;</code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTt.start">start</span>&nbsp;: <code class="type">int</code>;</code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code>&nbsp;&nbsp;</code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTt.stop">stop</span>&nbsp;: <code class="type">int</code>;</code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code>&nbsp;&nbsp;</code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTt.style">style</span>&nbsp;: <code class="type"><a href="Colormap.html#TYPEstyle">Colormap.style</a></code>;</code></td>
+
+</tr></table>
+}
+
+
+
+<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type"><a href="Colormap.Span.html#TYPEt">t</a> -> <a href="Colormap.Span.html#TYPEt">t</a> -> int</code></pre></body></html>
\ No newline at end of file
diff --git a/docs/Colormap.SpanSet.html b/docs/Colormap.SpanSet.html
new file mode 100644 (file)
index 0000000..baabcc4
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link rel="previous" href="Colormap.Span.html">
+<link rel="Up" href="Colormap.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap.SpanSet</title>
+</head>
+<body>
+<div class="navbar"><a class="pre" href="Colormap.Span.html" title="Colormap.Span">Previous</a>
+&nbsp;<a class="up" href="Colormap.html" title="Colormap">Up</a>
+&nbsp;</div>
+<h1>Module <a href="type_Colormap.SpanSet.html">Colormap.SpanSet</a></h1>
+
+<pre><span id="MODULESpanSet"><span class="keyword">module</span> SpanSet</span>: <code class="type">Set.Make</code><code class="code">(</code><code class="type"><a href="Colormap.Span.html">Span</a></code><code class="code">)</code></pre><hr width="100%">
+</body></html>
\ No newline at end of file
diff --git a/docs/Colormap.html b/docs/Colormap.html
new file mode 100644 (file)
index 0000000..3c05c10
--- /dev/null
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link rel="previous" href="Buf.html">
+<link rel="next" href="Draw.html">
+<link rel="Up" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap</title>
+</head>
+<body>
+<div class="navbar"><a class="pre" href="Buf.html" title="Buf">Previous</a>
+&nbsp;<a class="up" href="index.html" title="Index">Up</a>
+&nbsp;<a class="post" href="Draw.html" title="Draw">Next</a>
+</div>
+<h1>Module <a href="type_Colormap.html">Colormap</a></h1>
+
+<pre><span id="MODULEColormap"><span class="keyword">module</span> Colormap</span>: <code class="code">sig</code> <a href="Colormap.html">..</a> <code class="code">end</code></pre><hr width="100%">
+
+<pre><span id="EXCEPTIONEof"><span class="keyword">exception</span> Eof</span></pre>
+
+<pre><code><span id="TYPEstyle"><span class="keyword">type</span> <code class="type"></code>style</span> = </code></pre><table class="typetable">
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.Normal"><span class="constructor">Normal</span></span></code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.Comment"><span class="constructor">Comment</span></span></code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.Constant"><span class="constructor">Constant</span></span></code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.Keyword"><span class="constructor">Keyword</span></span></code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.Type"><span class="constructor">Type</span></span></code></td>
+
+</tr>
+<tr>
+<td align="left" valign="top" >
+<code><span class="keyword">|</span></code></td>
+<td align="left" valign="top" >
+<code><span id="TYPEELTstyle.PreProcessor"><span class="constructor">PreProcessor</span></span></code></td>
+
+</tr></table>
+
+
+
+<pre><span id="MODULESpan"><span class="keyword">module</span> <a href="Colormap.Span.html">Span</a></span>: <code class="code">sig</code> <a href="Colormap.Span.html">..</a> <code class="code">end</code></pre>
+<pre><span id="MODULESpanSet"><span class="keyword">module</span> <a href="Colormap.SpanSet.html">SpanSet</a></span>: <code class="type">Set.Make</code><code class="code">(</code><code class="type"><a href="Colormap.Span.html">Span</a></code><code class="code">)</code></pre>
+<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">SpanSet.t</code> </pre>
+
+
+<pre><span id="TYPElexer"><span class="keyword">type</span> <code class="type"></code>lexer</span> = <code class="type">(<a href="Colormap.html#TYPEstyle">style</a> -> unit) -> Lexing.lexbuf -> unit</code> </pre>
+
+
+<pre><span id="VALget_color"><span class="keyword">val</span> get_color</span> : <code class="type"><a href="Colormap.html#TYPEstyle">style</a> -> int</code></pre>
+<pre><span id="VALset_color"><span class="keyword">val</span> set_color</span> : <code class="type">SpanSet.t Pervasives.ref -> Lexing.lexbuf -> <a href="Colormap.html#TYPEstyle">style</a> -> unit</code></pre>
+<pre><span id="VALmake"><span class="keyword">val</span> make</span> : <code class="type">((<a href="Colormap.html#TYPEstyle">style</a> -> unit) -> Lexing.lexbuf -> 'a) -><br>       (bytes -> int -> int) -> SpanSet.t</code></pre>
+<pre><span id="VALempty"><span class="keyword">val</span> empty</span> : <code class="type">SpanSet.t</code></pre>
+<pre><span id="VALfind"><span class="keyword">val</span> find</span> : <code class="type">int -> SpanSet.t -> int</code></pre></body></html>
\ No newline at end of file
index 6dd4c398ac2dedc1cbc8c42a5ec5d4d404c42950..c637ed424b0f3a8ba50126de8e84d3dcb9614944 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Draw.Cursor</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Draw.Cursor</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="Draw.html" title="Draw">Up</a>
 &nbsp;</div>
 <h1>Module <a href="type_Draw.Cursor.html">Draw.Cursor</a></h1>
 
-<pre><span class="keyword">module</span> Cursor: <code class="code">sig</code> <a href="Draw.Cursor.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULECursor"><span class="keyword">module</span> Cursor</span>: <code class="code">sig</code> <a href="Draw.Cursor.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = {</code></pre><table class="typetable">
 <tr>
@@ -81,6 +82,6 @@
 <pre><span id="VALnext_line"><span class="keyword">val</span> next_line</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> unit</code></pre>
 <pre><span id="VALhas_next_line"><span class="keyword">val</span> has_next_line</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> bool</code></pre>
 <pre><span id="VALdraw_tab"><span class="keyword">val</span> draw_tab</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> unit</code></pre>
-<pre><span id="VALplace_glyph"><span class="keyword">val</span> place_glyph</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> <a href="X11.html#TYPEglyph">X11.glyph</a> -> unit</code></pre>
-<pre><span id="VALdraw_glyph"><span class="keyword">val</span> draw_glyph</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> int -> unit</code></pre>
+<pre><span id="VALplace_glyph"><span class="keyword">val</span> place_glyph</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> <a href="X11.html#TYPEglyph">X11.glyph</a> -> int -> unit</code></pre>
+<pre><span id="VALdraw_glyph"><span class="keyword">val</span> draw_glyph</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> int -> int -> unit</code></pre>
 <pre><span id="VALnext_glyph"><span class="keyword">val</span> next_glyph</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">t</a> -> int -> bool</code></pre></body></html>
\ No newline at end of file
index 92f03a4cae7cfe7babb22e766f4c967eebfe34e8..265692dfc6ad8d5b48fb3fe644e12fd3077a697f 100644 (file)
@@ -5,7 +5,7 @@
 <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="Start" href="index.html">
-<link rel="previous" href="Buf.html">
+<link rel="previous" href="Colormap.html">
 <link rel="next" href="Scrollmap.html">
 <link rel="Up" href="index.html">
 <link title="Index of types" rel=Appendix href="index_types.html">
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Draw</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Draw</title>
 </head>
 <body>
-<div class="navbar"><a class="pre" href="Buf.html" title="Buf">Previous</a>
+<div class="navbar"><a class="pre" href="Colormap.html" title="Colormap">Previous</a>
 &nbsp;<a class="up" href="index.html" title="Index">Up</a>
 &nbsp;<a class="post" href="Scrollmap.html" title="Scrollmap">Next</a>
 </div>
 <h1>Module <a href="type_Draw.html">Draw</a></h1>
 
-<pre><span class="keyword">module</span> Draw: <code class="code">sig</code> <a href="Draw.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEDraw"><span class="keyword">module</span> Draw</span>: <code class="code">sig</code> <a href="Draw.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="VALfont"><span class="keyword">val</span> font</span> : <code class="type"><a href="X11.html#TYPEfont">X11.font</a></code></pre>
 <pre><span id="VALfont_height"><span class="keyword">val</span> font_height</span> : <code class="type">int</code></pre>
 <pre><span id="VALtabglyph"><span class="keyword">val</span> tabglyph</span> : <code class="type">int</code></pre>
 <pre><span id="VALtabwidth"><span class="keyword">val</span> tabwidth</span> : <code class="type">int</code></pre>
 <pre><span id="VALglyph_width"><span class="keyword">val</span> glyph_width</span> : <code class="type"><a href="X11.html#TYPEglyph">X11.glyph</a> -> int</code></pre>
-<pre><span class="keyword">module</span> <a href="Draw.Cursor.html">Cursor</a>: <code class="code">sig</code> <a href="Draw.Cursor.html">..</a> <code class="code">end</code></pre>
+<pre><span id="MODULECursor"><span class="keyword">module</span> <a href="Draw.Cursor.html">Cursor</a></span>: <code class="code">sig</code> <a href="Draw.Cursor.html">..</a> <code class="code">end</code></pre>
 <pre><span id="VALrectangle"><span class="keyword">val</span> rectangle</span> : <code class="type">int -> int -> int -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
 <pre><span id="VALdark_bkg"><span class="keyword">val</span> dark_bkg</span> : <code class="type">int -> int -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
 <pre><span id="VALlight_bkg"><span class="keyword">val</span> light_bkg</span> : <code class="type">int -> int -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
@@ -43,8 +44,8 @@
 <pre><span id="VALstring"><span class="keyword">val</span> string</span> : <code class="type">string -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
 <pre><span id="VALhrule"><span class="keyword">val</span> hrule</span> : <code class="type">int -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
 <pre><span id="VALvrule"><span class="keyword">val</span> vrule</span> : <code class="type">int -> <a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> unit</code></pre>
-<pre><span id="VALbuffer"><span class="keyword">val</span> buffer</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> <a href="Buf.html#TYPEt">Buf.t</a> -> int -> int</code></pre>
+<pre><span id="VALbuffer"><span class="keyword">val</span> buffer</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> <a href="Buf.html#TYPEt">Buf.t</a> -> <a href="Colormap.html#TYPEt">Colormap.t</a> -> int -> int</code></pre>
 <pre><span id="VALstatus"><span class="keyword">val</span> status</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> string -> unit</code></pre>
 <pre><span id="VALtags"><span class="keyword">val</span> tags</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> 'a -> unit</code></pre>
 <pre><span id="VALscroll"><span class="keyword">val</span> scroll</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> float * float -> unit</code></pre>
-<pre><span id="VALedit"><span class="keyword">val</span> edit</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> <a href="Buf.html#TYPEt">Buf.t</a> -> int -> int</code></pre></body></html>
\ No newline at end of file
+<pre><span id="VALedit"><span class="keyword">val</span> edit</span> : <code class="type"><a href="Draw.Cursor.html#TYPEt">Cursor.t</a> -> <a href="Buf.html#TYPEt">Buf.t</a> -> <a href="Colormap.html#TYPEt">Colormap.t</a> -> int -> int</code></pre></body></html>
\ No newline at end of file
diff --git a/docs/Lex_cpp.html b/docs/Lex_cpp.html
new file mode 100644 (file)
index 0000000..85fe760
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link rel="previous" href="Scrollmap.html">
+<link rel="Up" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Lex_cpp</title>
+</head>
+<body>
+<div class="navbar"><a class="pre" href="Scrollmap.html" title="Scrollmap">Previous</a>
+&nbsp;<a class="up" href="index.html" title="Index">Up</a>
+&nbsp;</div>
+<h1>Module <a href="type_Lex_cpp.html">Lex_cpp</a></h1>
+
+<pre><span id="MODULELex_cpp"><span class="keyword">module</span> Lex_cpp</span>: <code class="code">sig</code> <a href="Lex_cpp.html">..</a> <code class="code">end</code></pre><hr width="100%">
+
+<pre><span id="VAL__ocaml_lex_tables"><span class="keyword">val</span> __ocaml_lex_tables</span> : <code class="type">Lexing.lex_tables</code></pre>
+<pre><span id="VALscan"><span class="keyword">val</span> scan</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> unit</code></pre>
+<pre><span id="VAL__ocaml_lex_scan_rec"><span class="keyword">val</span> __ocaml_lex_scan_rec</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> int -> unit</code></pre>
+<pre><span id="VALcomment"><span class="keyword">val</span> comment</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> unit</code></pre>
+<pre><span id="VAL__ocaml_lex_comment_rec"><span class="keyword">val</span> __ocaml_lex_comment_rec</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> int -> unit</code></pre>
+<pre><span id="VALpreproc"><span class="keyword">val</span> preproc</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> unit</code></pre>
+<pre><span id="VAL__ocaml_lex_preproc_rec"><span class="keyword">val</span> __ocaml_lex_preproc_rec</span> : <code class="type">(<a href="Colormap.html#TYPEstyle">Colormap.style</a> -> unit) -> Lexing.lexbuf -> int -> unit</code></pre></body></html>
\ No newline at end of file
index 3f975b489d66e6e0e471a023394f23affe9c6bb1..4d3d9895cabf418ac53ed4248df683a72200b8b1 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Misc</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Misc</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
@@ -26,6 +27,6 @@
 </div>
 <h1>Module <a href="type_Misc.html">Misc</a></h1>
 
-<pre><span class="keyword">module</span> Misc: <code class="code">sig</code> <a href="Misc.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEMisc"><span class="keyword">module</span> Misc</span>: <code class="code">sig</code> <a href="Misc.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="VALload_file"><span class="keyword">val</span> load_file</span> : <code class="type">string -> string</code></pre></body></html>
\ No newline at end of file
index bbaca59c3ebc207a557209cbeccae756cd3c7372..f0a217719d82544314c6483d9d4f2261daef4ef7 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Rope</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Rope</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="Cfg.html" title="Cfg">Previous</a>
@@ -28,7 +29,7 @@
 </div>
 <h1>Module <a href="type_Rope.html">Rope</a></h1>
 
-<pre><span class="keyword">module</span> Rope: <code class="code">sig</code> <a href="Rope.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULERope"><span class="keyword">module</span> Rope</span>: <code class="code">sig</code> <a href="Rope.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="EXCEPTIONOut_of_bounds"><span class="keyword">exception</span> Out_of_bounds</span> <span class="keyword">of</span> <code class="type">string</code></pre>
 
index be5b11d78ff425523cf6d0de1cf9a5f601bf6425..0001103c4efff69563bf7a3075896d4e9be4176b 100644 (file)
@@ -6,7 +6,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="Start" href="index.html">
 <link rel="previous" href="Draw.html">
-<link rel="next" href="View.html">
+<link rel="next" href="Lex_cpp.html">
 <link rel="Up" href="index.html">
 <link title="Index of types" rel=Appendix href="index_types.html">
 <link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Scrollmap</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Scrollmap</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="Draw.html" title="Draw">Previous</a>
 &nbsp;<a class="up" href="index.html" title="Index">Up</a>
-&nbsp;<a class="post" href="View.html" title="View">Next</a>
+&nbsp;<a class="post" href="Lex_cpp.html" title="Lex_cpp">Next</a>
 </div>
 <h1>Module <a href="type_Scrollmap.html">Scrollmap</a></h1>
 
-<pre><span class="keyword">module</span> Scrollmap: <code class="code">sig</code> <a href="Scrollmap.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEScrollmap"><span class="keyword">module</span> Scrollmap</span>: <code class="code">sig</code> <a href="Scrollmap.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = {</code></pre><table class="typetable">
 <tr>
index e94cdda8ab0d67d8791e1850ede5bb72df329b02..e4dd378e3db69ea2f13b9dd2e35a621f71903e3f 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11.GlyphMap</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11.GlyphMap</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="X11.Rune.html" title="X11.Rune">Previous</a>
@@ -26,5 +27,5 @@
 &nbsp;</div>
 <h1>Module <a href="type_X11.GlyphMap.html">X11.GlyphMap</a></h1>
 
-<pre><span class="keyword">module</span> GlyphMap: <code class="type">Map.Make</code><code class="code">(</code><code class="type"><a href="X11.Rune.html">Rune</a></code><code class="code">)</code></pre><hr width="100%">
+<pre><span id="MODULEGlyphMap"><span class="keyword">module</span> GlyphMap</span>: <code class="type">Map.Make</code><code class="code">(</code><code class="type"><a href="X11.Rune.html">Rune</a></code><code class="code">)</code></pre><hr width="100%">
 </body></html>
\ No newline at end of file
index 2a9f928497433a573ab3afa24aaea8b8adbe326f..64a50e6dec15650d1634dc184363861cfeba1122 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11.Rune</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11.Rune</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="X11.html" title="X11">Up</a>
@@ -26,7 +27,7 @@
 </div>
 <h1>Module <a href="type_X11.Rune.html">X11.Rune</a></h1>
 
-<pre><span class="keyword">module</span> Rune: <code class="code">sig</code> <a href="X11.Rune.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULERune"><span class="keyword">module</span> Rune</span>: <code class="code">sig</code> <a href="X11.Rune.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">int</code> </pre>
 
index 62712732426f7c47a4def2970393d27445a27ae6..26ee7f8359c2116eb8cd88ceccd780780293e9ee 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11</title>
 </head>
 <body>
 <div class="navbar"><a class="pre" href="Misc.html" title="Misc">Previous</a>
@@ -28,7 +29,7 @@
 </div>
 <h1>Module <a href="type_X11.html">X11</a></h1>
 
-<pre><span class="keyword">module</span> X11: <code class="code">sig</code> <a href="X11.html">..</a> <code class="code">end</code></pre><hr width="100%">
+<pre><span id="MODULEX11"><span class="keyword">module</span> X11</span>: <code class="code">sig</code> <a href="X11.html">..</a> <code class="code">end</code></pre><hr width="100%">
 
 <pre><span id="TYPExatom"><span class="keyword">type</span> <code class="type"></code>xatom</span> </pre>
 
 
 
 
-<pre><span class="keyword">module</span> <a href="X11.Rune.html">Rune</a>: <code class="code">sig</code> <a href="X11.Rune.html">..</a> <code class="code">end</code></pre>
-<pre><span class="keyword">module</span> <a href="X11.GlyphMap.html">GlyphMap</a>: <code class="type">Map.Make</code><code class="code">(</code><code class="type"><a href="X11.Rune.html">Rune</a></code><code class="code">)</code></pre>
+<pre><span id="MODULERune"><span class="keyword">module</span> <a href="X11.Rune.html">Rune</a></span>: <code class="code">sig</code> <a href="X11.Rune.html">..</a> <code class="code">end</code></pre>
+<pre><span id="MODULEGlyphMap"><span class="keyword">module</span> <a href="X11.GlyphMap.html">GlyphMap</a></span>: <code class="type">Map.Make</code><code class="code">(</code><code class="type"><a href="X11.Rune.html">Rune</a></code><code class="code">)</code></pre>
 <pre><span id="VALconnect"><span class="keyword">val</span> connect</span> : <code class="type">unit -> unit</code></pre>
 <pre><span id="VALdisconnect"><span class="keyword">val</span> disconnect</span> : <code class="type">unit -> unit</code></pre>
 <pre><span id="VALmake_window"><span class="keyword">val</span> make_window</span> : <code class="type">int -> int -> <a href="X11.html#TYPExwin">xwin</a></code></pre>
index d21b245527f9de922ebe21595f00cfa14dbe8667..814fe16f28f908715a55ba48647aff586ee00c1d 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title></title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title></title>
 </head>
 <body>
-<h1></h1>
+<div class = "index-list">
 <ul class="indexlist">
 <li><a href="index_types.html">Index of types</a></li>
 <li><a href="index_exceptions.html">Index of exceptions</a></li>
 <li><a href="index_values.html">Index of values</a></li>
 <li><a href="index_modules.html">Index of modules</a></li>
 </ul>
-<br/><br>
-<table class="indextable">
+</div>
+
+<table class="indextable module-list">
 <tr><td class="module"><a href="Misc.html">Misc</a></td><td></td></tr>
 <tr><td class="module"><a href="X11.html">X11</a></td><td></td></tr>
 <tr><td class="module"><a href="Cfg.html">Cfg</a></td><td></td></tr>
 <tr><td class="module"><a href="Rope.html">Rope</a></td><td></td></tr>
 <tr><td class="module"><a href="Buf.html">Buf</a></td><td></td></tr>
+<tr><td class="module"><a href="Colormap.html">Colormap</a></td><td></td></tr>
 <tr><td class="module"><a href="Draw.html">Draw</a></td><td></td></tr>
 <tr><td class="module"><a href="Scrollmap.html">Scrollmap</a></td><td></td></tr>
-<tr><td class="module"><a href="View.html">View</a></td><td></td></tr>
+<tr><td class="module"><a href="Lex_cpp.html">Lex_cpp</a></td><td></td></tr>
 </table>
 </body>
 </html>
\ No newline at end of file
index 09223333e88716c79c9e3c495889932fa3dec327..f63611d9cff285ef9b346d87358a7efbda7c9627 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of class attributes</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of class attributes</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index 942121f6faf590df04a1805c90f3068c8c1f2811..d91784d6d6f203d08e025fe3320246bc9b250c6f 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of class types</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of class types</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index 252701fefb7995ed80d703eab9ee21d202feb626..ca61a7ca8ee9afc924a86291947ce39d4d2e7528 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of classes</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of classes</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index b674928e245a7328ac5053b29c0960967eda9c07..9b879b681e9ab41da84e8b382fe87597caf7d368 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of exceptions</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of exceptions</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
 &nbsp;</div>
 <h1>Index of exceptions</h1>
 <table>
-<tr><td align="left"><br>B</td></tr>
+<tr><td align="left"><div>B</div></td></tr>
 <tr><td><a href="Rope.html#EXCEPTIONBad_rotation">Bad_rotation</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>O</td></tr>
+<tr><td align="left"><div>E</div></td></tr>
+<tr><td><a href="Colormap.html#EXCEPTIONEof">Eof</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
+<tr><td align="left"><div>O</div></td></tr>
 <tr><td><a href="Rope.html#EXCEPTIONOut_of_bounds">Out_of_bounds</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
 </table>
index 94be4bdf0cf2c520d9ed1fbd8e13c10015e2510b..b8b148b177abb5e44979c91a05ea130a77f75444 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of extensions</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of extensions</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index b125c726ab8782dc370d8c631c8864f4ae571326..7177e999cb6d620a764d034ca8110ead0ff3f606 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of class methods</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of class methods</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index bbf4bc8c720240957408722bb6bbfea33a17bd0e..b9ecd1ab509f487c238616d5bcb639cb1e5543b0 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of module types</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of module types</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
index 1407eb69c71d51268e623fc567f1c9dd07684dc1..6c2a76dd40165ff94730f2379aca7758c1e085ca 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of modules</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of modules</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
 &nbsp;</div>
 <h1>Index of modules</h1>
 <table>
-<tr><td align="left"><br>B</td></tr>
+<tr><td align="left"><div>B</div></td></tr>
 <tr><td><a href="Buf.html">Buf</a> </td>
 <td></td></tr>
-<tr><td align="left"><br>C</td></tr>
+<tr><td align="left"><div>C</div></td></tr>
 <tr><td><a href="Cfg.html">Cfg</a> </td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.html">Color</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
+<tr><td><a href="Colormap.html">Colormap</a> </td>
+<td></td></tr>
 <tr><td><a href="Draw.Cursor.html">Cursor</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.Cursor.html">Cursor</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>D</td></tr>
+<tr><td align="left"><div>D</div></td></tr>
 <tr><td><a href="Draw.html">Draw</a> </td>
 <td></td></tr>
-<tr><td align="left"><br>G</td></tr>
+<tr><td align="left"><div>G</div></td></tr>
 <tr><td><a href="X11.GlyphMap.html">GlyphMap</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>M</td></tr>
+<tr><td align="left"><div>L</div></td></tr>
+<tr><td><a href="Lex_cpp.html">Lex_cpp</a> </td>
+<td></td></tr>
+<tr><td align="left"><div>M</div></td></tr>
 <tr><td><a href="Misc.html">Misc</a> </td>
 <td></td></tr>
-<tr><td align="left"><br>R</td></tr>
+<tr><td align="left"><div>R</div></td></tr>
 <tr><td><a href="Rope.html">Rope</a> </td>
 <td></td></tr>
 <tr><td><a href="X11.Rune.html">Rune</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>S</td></tr>
+<tr><td align="left"><div>S</div></td></tr>
 <tr><td><a href="Scrollmap.html">Scrollmap</a> </td>
 <td></td></tr>
-<tr><td><a href="Cfg.Color.Syntax.html">Syntax</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
+<tr><td><a href="Colormap.Span.html">Span</a> [<a href="Colormap.html">Colormap</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>V</td></tr>
-<tr><td><a href="View.html">View</a> </td>
+<tr><td><a href="Colormap.SpanSet.html">SpanSet</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
+<tr><td><a href="Cfg.Color.Syntax.html">Syntax</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>X</td></tr>
+<tr><td align="left"><div>X</div></td></tr>
 <tr><td><a href="X11.html">X11</a> </td>
 <td></td></tr>
 </table>
index c9e1ebc5d23aa9cf27bcf8abf8d8857167349497..4942703c4f2ba2660e3872f230cd0fd38d1b1aba 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of types</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of types</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
 &nbsp;</div>
 <h1>Index of types</h1>
 <table>
-<tr><td align="left"><br>B</td></tr>
+<tr><td align="left"><div>B</div></td></tr>
 <tr><td><a href="Buf.html#TYPEbuf">buf</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>C</td></tr>
+<tr><td align="left"><div>C</div></td></tr>
 <tr><td><a href="Buf.Cursor.html#TYPEcsr">csr</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>D</td></tr>
+<tr><td align="left"><div>D</div></td></tr>
 <tr><td><a href="Buf.html#TYPEdest">dest</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>F</td></tr>
+<tr><td align="left"><div>F</div></td></tr>
 <tr><td><a href="X11.html#TYPEfont">font</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>G</td></tr>
+<tr><td align="left"><div>G</div></td></tr>
 <tr><td><a href="X11.html#TYPEglyph">glyph</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>R</td></tr>
+<tr><td align="left"><div>L</div></td></tr>
+<tr><td><a href="Colormap.html#TYPElexer">lexer</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
+<tr><td align="left"><div>R</div></td></tr>
 <tr><td><a href="Rope.html#TYPErope">rope</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
 <tr><td><a href="Rope.html#TYPErune">rune</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>T</td></tr>
-<tr><td><a href="View.html#TYPEt">t</a> [<a href="View.html">View</a>]</td>
+<tr><td align="left"><div>S</div></td></tr>
+<tr><td><a href="Colormap.html#TYPEstyle">style</a> [<a href="Colormap.html">Colormap</a>]</td>
 <td></td></tr>
+<tr><td align="left"><div>T</div></td></tr>
 <tr><td><a href="Scrollmap.html#TYPEt">t</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#TYPEt">t</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
+<tr><td><a href="Colormap.Span.html#TYPEt">t</a> [<a href="Colormap.Span.html">Colormap.Span</a>]</td>
+<td></td></tr>
+<tr><td><a href="Colormap.html#TYPEt">t</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
 <tr><td><a href="Buf.Cursor.html#TYPEt">t</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.html#TYPEt">t</a> [<a href="Buf.html">Buf</a>]</td>
@@ -57,7 +66,7 @@
 <td></td></tr>
 <tr><td><a href="X11.Rune.html#TYPEt">t</a> [<a href="X11.Rune.html">X11.Rune</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>X</td></tr>
+<tr><td align="left"><div>X</div></td></tr>
 <tr><td><a href="X11.html#TYPExatom">xatom</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="X11.html#TYPExcfgvar">xcfgvar</a> [<a href="X11.html">X11</a>]</td>
index 5942db18b9982a420d0ba4838f24343a33b986c0..59497479c909c7cb76b2fe88cdd315272966cadd 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Index of values</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Index of values</title>
 </head>
 <body>
 <div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
 &nbsp;</div>
 <h1>Index of values</h1>
 <table>
-<tr><td align="left"><br>B</td></tr>
+<tr><td align="left"><div></div></td></tr>
+<tr><td><a href="Lex_cpp.html#VAL__ocaml_lex_comment_rec">__ocaml_lex_comment_rec</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
+<tr><td><a href="Lex_cpp.html#VAL__ocaml_lex_preproc_rec">__ocaml_lex_preproc_rec</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
+<tr><td><a href="Lex_cpp.html#VAL__ocaml_lex_scan_rec">__ocaml_lex_scan_rec</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
+<tr><td><a href="Lex_cpp.html#VAL__ocaml_lex_tables">__ocaml_lex_tables</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
+<tr><td align="left"><div>B</div></td></tr>
 <tr><td><a href="Buf.Cursor.html#VALbol">bol</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.html#VALbol">bol</a> [<a href="Buf.html">Buf</a>]</td>
@@ -35,7 +45,7 @@
 <td></td></tr>
 <tr><td><a href="Draw.html#VALbuffer">buffer</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>C</td></tr>
+<tr><td align="left"><div>C</div></td></tr>
 <tr><td><a href="X11.html#VALcache_update">cache_update</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALchar">char</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALcmd_tags">cmd_tags</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
+<tr><td><a href="Lex_cpp.html#VALcomment">comment</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALcomment">comment</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
+<tr><td><a href="Colormap.Span.html#VALcompare">compare</a> [<a href="Colormap.Span.html">Colormap.Span</a>]</td>
+<td></td></tr>
 <tr><td><a href="X11.Rune.html#VALcompare">compare</a> [<a href="X11.Rune.html">X11.Rune</a>]</td>
 <td></td></tr>
 <tr><td><a href="X11.html#VALconnect">connect</a> [<a href="X11.html">X11</a>]</td>
@@ -58,7 +72,7 @@
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALcopy_indent">copy_indent</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>D</td></tr>
+<tr><td align="left"><div>D</div></td></tr>
 <tr><td><a href="Draw.html#VALdark_bkg">dark_bkg</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALdbl_click_time">dbl_click_time</a> [<a href="Cfg.html">Cfg</a>]</td>
@@ -67,8 +81,6 @@
 <td></td></tr>
 <tr><td><a href="X11.html#VALdisconnect">disconnect</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALdraw">draw</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
 <tr><td><a href="X11.html#VALdraw_char">draw_char</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALdraw_glyph">draw_glyph</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
@@ -85,7 +97,7 @@
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALdraw_tab">draw_tab</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>E</td></tr>
+<tr><td align="left"><div>E</div></td></tr>
 <tr><td><a href="Draw.html#VALedit">edit</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.html#VALedit_csr">edit_csr</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALedit_tags">edit_tags</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALempty">empty</a> [<a href="View.html">View</a>]</td>
+<tr><td><a href="Colormap.html#VALempty">empty</a> [<a href="Colormap.html">Colormap</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.html#VALempty">empty</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALexpand_tabs">expand_tabs</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>F</td></tr>
+<tr><td align="left"><div>F</div></td></tr>
+<tr><td><a href="Colormap.html#VALfind">find</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
 <tr><td><a href="Scrollmap.html#VALfind_line">find_line</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <tr><td><a href="Scrollmap.html#VALfirst">first</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <tr><td><a href="X11.html#VALfont_load">font_load</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALfrom_buffer">from_buffer</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
 <tr><td><a href="Rope.html#VALfrom_string">from_string</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>G</td></tr>
+<tr><td align="left"><div>G</div></td></tr>
+<tr><td><a href="Colormap.html#VALget_color">get_color</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
 <tr><td><a href="X11.html#VALget_glyph">get_glyph</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.Cursor.html#VALgetc">getc</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.html#VALgutter_sel">gutter_sel</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>H</td></tr>
+<tr><td align="left"><div>H</div></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALhas_next_line">has_next_line</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Rope.html#VALheight">height</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.html#VALhrule">hrule</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>I</td></tr>
+<tr><td align="left"><div>I</div></td></tr>
 <tr><td><a href="X11.html#VALintern">intern</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALintvar">intvar</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
 <tr><td><a href="Rope.html#VALiteri">iteri</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>J</td></tr>
+<tr><td align="left"><div>J</div></td></tr>
 <tr><td><a href="Rope.html#VALjoin">join</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
 <tr><td><a href="Rope.html#VALjoin_special">join_special</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>K</td></tr>
+<tr><td align="left"><div>K</div></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALkeyword">keyword</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>L</td></tr>
+<tr><td align="left"><div>L</div></td></tr>
 <tr><td><a href="Rope.html#VALlast">last</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.html#VALlength">length</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
 <tr><td><a href="Misc.html#VALload_file">load_file</a> [<a href="Misc.html">Misc</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>M</td></tr>
-<tr><td><a href="View.html#VALmake">make</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
+<tr><td align="left"><div>M</div></td></tr>
 <tr><td><a href="Scrollmap.html#VALmake">make</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALmake">make</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
+<tr><td><a href="Colormap.html#VALmake">make</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
 <tr><td><a href="Buf.Cursor.html#VALmake">make</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="X11.html#VALmake_dialog">make_dialog</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
+<tr><td><a href="Buf.html#VALmake_lexfn">make_lexfn</a> [<a href="Buf.html">Buf</a>]</td>
+<td></td></tr>
 <tr><td><a href="X11.html#VALmake_rect">make_rect</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="X11.html#VALmake_window">make_window</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALmove_x">move_x</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>N</td></tr>
+<tr><td align="left"><div>N</div></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALnext_glyph">next_glyph</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALnext_line">next_line</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALnumber">number</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>O</td></tr>
+<tr><td align="left"><div>O</div></td></tr>
 <tr><td><a href="Buf.Cursor.html#VALoffset">offset</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALoperator">operator</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>P</td></tr>
+<tr><td align="left"><div>P</div></td></tr>
 <tr><td><a href="Cfg.Color.html#VALpalette">palette</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALpath">path</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
 <tr><td><a href="Buf.html#VALpath">path</a> [<a href="Buf.html">Buf</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALplace_glyph">place_glyph</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
+<tr><td><a href="Lex_cpp.html#VALpreproc">preproc</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
+<td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALpreproc">preproc</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
 <tr><td><a href="Buf.Cursor.html#VALprevc">prevc</a> [<a href="Buf.Cursor.html">Buf.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Rope.html#VALputs">puts</a> [<a href="Rope.html">Rope</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>R</td></tr>
+<tr><td align="left"><div>R</div></td></tr>
 <tr><td><a href="Draw.html#VALrectangle">rectangle</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALresize">resize</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
 <tr><td><a href="Scrollmap.html#VALresize">resize</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.Cursor.html#VALrestart">restart</a> [<a href="Draw.Cursor.html">Draw.Cursor</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALruler_column">ruler_column</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>S</td></tr>
-<tr><td><a href="Draw.html#VALscroll">scroll</a> [<a href="Draw.html">Draw</a>]</td>
+<tr><td align="left"><div>S</div></td></tr>
+<tr><td><a href="Lex_cpp.html#VALscan">scan</a> [<a href="Lex_cpp.html">Lex_cpp</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALscroll_dn">scroll_dn</a> [<a href="View.html">View</a>]</td>
+<tr><td><a href="Draw.html#VALscroll">scroll</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
 <tr><td><a href="Scrollmap.html#VALscroll_dn">scroll_dn</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.html#VALscroll_nor">scroll_nor</a> [<a href="Cfg.Color.html">Cfg.Color</a>]</td>
 <td></td></tr>
-<tr><td><a href="View.html#VALscroll_params">scroll_params</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
-<tr><td><a href="View.html#VALscroll_up">scroll_up</a> [<a href="View.html">View</a>]</td>
-<td></td></tr>
 <tr><td><a href="Scrollmap.html#VALscroll_up">scroll_up</a> [<a href="Scrollmap.html">Scrollmap</a>]</td>
 <td></td></tr>
+<tr><td><a href="Colormap.html#VALset_color">set_color</a> [<a href="Colormap.html">Colormap</a>]</td>
+<td></td></tr>
 <tr><td><a href="X11.html#VALshow_window">show_window</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALspecial">special</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALsyntax_enabled">syntax_enabled</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>T</td></tr>
+<tr><td align="left"><div>T</div></td></tr>
 <tr><td><a href="Cfg.html#VALtab_width">tab_width</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.html#VALtabglyph">tabglyph</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALtypedef">typedef</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>V</td></tr>
+<tr><td align="left"><div>V</div></td></tr>
 <tr><td><a href="X11.html#VALvar_get">var_get</a> [<a href="X11.html">X11</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.Color.Syntax.html#VALvariable">variable</a> [<a href="Cfg.Color.Syntax.html">Cfg.Color.Syntax</a>]</td>
 <td></td></tr>
 <tr><td><a href="Draw.html#VALvrule">vrule</a> [<a href="Draw.html">Draw</a>]</td>
 <td></td></tr>
-<tr><td align="left"><br>W</td></tr>
+<tr><td align="left"><div>W</div></td></tr>
 <tr><td><a href="Cfg.html#VALwinheight">winheight</a> [<a href="Cfg.html">Cfg</a>]</td>
 <td></td></tr>
 <tr><td><a href="Cfg.html#VALwinwidth">winwidth</a> [<a href="Cfg.html">Cfg</a>]</td>
index 4a11d65a8b0d5e060668057b2523080f45f240d4..5d0004d9ddf472f6247045d73b8e94a8aef18e62 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Buf.Cursor</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Buf.Cursor</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span><br>
index bf8bd13ddc245a3a7532071862028d97ff3d28de..8939061674079d6f5623b0992beab84544a89957 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Buf</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Buf</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index a9c8a3110979ef82017185334ac7cf52aaab2be3..327ad31cc7d21affd8e6ba25247dafd48b51db26 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg.Color.Syntax</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg.Color.Syntax</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span><br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;normal&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;comment&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;constant&nbsp;:&nbsp;int<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;keyword&nbsp;:&nbsp;int<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;typedef&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;number&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;boolean&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;float&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;string&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;char&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;preproc&nbsp;:&nbsp;int<br>
-&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;typedef&nbsp;:&nbsp;int<br>
-&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;keyword&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;statement&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;procedure&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;variable&nbsp;:&nbsp;int<br>
index e9aa915b68a3f01a9175aad26376363d087a5ccc..8a204921702a3d406d8da11c4dab93b5f8c2b2ff 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg.Color</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg.Color</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;normal&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;comment&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;constant&nbsp;:&nbsp;int<br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;keyword&nbsp;:&nbsp;int<br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;typedef&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;number&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;boolean&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;float&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;string&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;char&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;preproc&nbsp;:&nbsp;int<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;typedef&nbsp;:&nbsp;int<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;keyword&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;statement&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;procedure&nbsp;:&nbsp;int<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;variable&nbsp;:&nbsp;int<br>
index f415608ac2868dfceebdeefe87a34e9eaff484c8..d832cf7f5f081aea71393d625781cf165c5f2535 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Cfg</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Cfg</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
diff --git a/docs/type_Colormap.Span.html b/docs/type_Colormap.Span.html
new file mode 100644 (file)
index 0000000..09d36e8
--- /dev/null
@@ -0,0 +1,24 @@
+<html><head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap.Span</title>
+</head>
+<body>
+<code class="code"><span class="keyword">sig</span><br>
+&nbsp;&nbsp;<span class="keyword">type</span>&nbsp;t&nbsp;=&nbsp;{&nbsp;start&nbsp;:&nbsp;int;&nbsp;stop&nbsp;:&nbsp;int;&nbsp;style&nbsp;:&nbsp;<span class="constructor">Colormap</span>.style;&nbsp;}<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;compare&nbsp;:&nbsp;<span class="constructor">Colormap</span>.<span class="constructor">Span</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Colormap</span>.<span class="constructor">Span</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int<br>
+<span class="keyword">end</span></code></body></html>
\ No newline at end of file
diff --git a/docs/type_Colormap.SpanSet.html b/docs/type_Colormap.SpanSet.html
new file mode 100644 (file)
index 0000000..8ed365d
--- /dev/null
@@ -0,0 +1,59 @@
+<html><head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap.SpanSet</title>
+</head>
+<body>
+<code class="code"><span class="keyword">sig</span><br>
+&nbsp;&nbsp;<span class="keyword">type</span>&nbsp;elt&nbsp;=&nbsp;<span class="constructor">Span</span>.t<br>
+&nbsp;&nbsp;<span class="keyword">type</span>&nbsp;t&nbsp;=&nbsp;<span class="constructor">Set</span>.<span class="constructor">Make</span>(<span class="constructor">Span</span>).t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;empty&nbsp;:&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;is_empty&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;mem&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;add&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;singleton&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;remove&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;union&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;inter&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;diff&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;compare&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;equal&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;subset&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;iter&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;map&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;fold&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;for_all&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;exists&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;filter&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;partition&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;*&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;cardinal&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;elements&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;list<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;min_elt&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;min_elt_opt&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;max_elt&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;max_elt_opt&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;choose&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;choose_opt&nbsp;:&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;split&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;*&nbsp;bool&nbsp;*&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find_opt&nbsp;:&nbsp;elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find_first&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find_first_opt&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find_last&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;find_last_opt&nbsp;:&nbsp;(elt&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;elt&nbsp;option<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;of_list&nbsp;:&nbsp;elt&nbsp;list&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;t<br>
+<span class="keyword">end</span></code></body></html>
\ No newline at end of file
diff --git a/docs/type_Colormap.html b/docs/type_Colormap.html
new file mode 100644 (file)
index 0000000..cd3b599
--- /dev/null
@@ -0,0 +1,21 @@
+<html><head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Colormap</title>
+</head>
+<body>
+<code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index d39b6e8cb4a2759bde7e64f9119699569390a48a..2d5a531a0e9ef66608ee415dee04cb75ba88a23d 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Draw.Cursor</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Draw.Cursor</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span><br>
@@ -34,7 +35,7 @@
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;next_line&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;has_next_line&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;draw_tab&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
-&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;place_glyph&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">X11</span>.glyph&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
-&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;draw_glyph&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;place_glyph&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">X11</span>.glyph&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;draw_glyph&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;unit<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;next_glyph&nbsp;:&nbsp;<span class="constructor">Draw</span>.<span class="constructor">Cursor</span>.t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
 <span class="keyword">end</span></code></body></html>
\ No newline at end of file
index e221ec0d1d54779a2f71ab5ea0d6f6cd70a56071..9f243ef60854126668b263ff76be0e0b47e76506 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Draw</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Draw</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
diff --git a/docs/type_Lex_cpp.html b/docs/type_Lex_cpp.html
new file mode 100644 (file)
index 0000000..03fade3
--- /dev/null
@@ -0,0 +1,21 @@
+<html><head>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="Start" href="index.html">
+<link title="Index of types" rel=Appendix href="index_types.html">
+<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
+<link title="Index of values" rel=Appendix href="index_values.html">
+<link title="Index of modules" rel=Appendix href="index_modules.html">
+<link title="Misc" rel="Chapter" href="Misc.html">
+<link title="X11" rel="Chapter" href="X11.html">
+<link title="Cfg" rel="Chapter" href="Cfg.html">
+<link title="Rope" rel="Chapter" href="Rope.html">
+<link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
+<link title="Draw" rel="Chapter" href="Draw.html">
+<link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Lex_cpp</title>
+</head>
+<body>
+<code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index 705a85c9ef8a5f1242b47129c63b0a5594985573..4f88fedc2c758eed6987b45fd5ed7cc5b9f3cc5f 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Misc</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Misc</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index b68790e999cbea7151224a320e934744c538459e..7938e226724243fc3e86e769bbdc244eede37a99 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Rope</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Rope</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index 7564240e871a3a10e88e6e0645cad4524ee2c1c6..940f8b788b66194c22c3c5ff4e6293f4c99ebf13 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>Scrollmap</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>Scrollmap</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index 80ee296183f215c1d16b2f68db282fda7586de72..11f379588ee390138dda0da858a0f6e705ee443f 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11.GlyphMap</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11.GlyphMap</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span><br>
@@ -24,6 +25,7 @@
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;is_empty&nbsp;:&nbsp;<span class="keywordsign">'</span>a&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;mem&nbsp;:&nbsp;key&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;add&nbsp;:&nbsp;key&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t<br>
+&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;update&nbsp;:&nbsp;key&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;(<span class="keywordsign">'</span>a&nbsp;option&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;option)&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;singleton&nbsp;:&nbsp;key&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;remove&nbsp;:&nbsp;key&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="keywordsign">'</span>a&nbsp;t<br>
 &nbsp;&nbsp;<span class="keyword">val</span>&nbsp;merge&nbsp;:<br>
index 35ae8cd68f2b167cc939a063f590e2ac048336cc..9f8b6e693c963377acf615ad543bd048e9781e02 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11.Rune</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11.Rune</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;<span class="keyword">type</span>&nbsp;t&nbsp;=&nbsp;int&nbsp;<span class="keyword">val</span>&nbsp;compare&nbsp;:&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;int&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file
index faf9e8c4b1a6ab3ed8088f9152bb862d3d0f3c70..617fd5b9545dfb41b32dbd1a679d98df5d979b36 100644 (file)
 <link title="Cfg" rel="Chapter" href="Cfg.html">
 <link title="Rope" rel="Chapter" href="Rope.html">
 <link title="Buf" rel="Chapter" href="Buf.html">
+<link title="Colormap" rel="Chapter" href="Colormap.html">
 <link title="Draw" rel="Chapter" href="Draw.html">
 <link title="Scrollmap" rel="Chapter" href="Scrollmap.html">
-<link title="View" rel="Chapter" href="View.html"><title>X11</title>
+<link title="Lex_cpp" rel="Chapter" href="Lex_cpp.html"><title>X11</title>
 </head>
 <body>
 <code class="code"><span class="keyword">sig</span>&nbsp;&nbsp;<span class="keyword">end</span></code></body></html>
\ No newline at end of file