Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 48ce5412ec98f709309d1d5cf5f664a0 > files > 10

ocaml-curses-devel-1.0.3-1mdv2010.1.x86_64.rpm

<!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">
<link rel="Start" href="index.html">
<link rel="next" href="Curses.A.html">
<link rel="Up" href="Curses.html">
<link title="Index of types" rel=Appendix href="index_types.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="Curses" rel="Chapter" href="Curses.html"><title>Curses.Acs</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Curses.html">Up</a>
&nbsp;<a href="Curses.A.html">Next</a>
</div>
<center><h1>Module <a href="type_Curses.Acs.html">Curses.Acs</a></h1></center>
<br>
<pre><span class="keyword">module</span> Acs: <code class="code">sig</code> <a href="Curses.Acs.html">..</a> <code class="code">end</code></pre>Predefined characters.<br>
<hr width="100%">
<br><code><span class="keyword">type</span> <a name="TYPEacs"></a><code class="type"></code>acs = {</code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>ulcorner&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Upper left-hand corner (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>llcorner&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Lower left-hand corner (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>urcorner&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Upper right-hand corner (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>lrcorner&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Lower right-hand corner (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>ltee&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Left tee (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>rtee&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Tight tee (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>btee&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>ttee&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>hline&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Horizontal line (-).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>vline&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Vertical line (|).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>plus&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Plus (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>s1&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Scan line 1 (-).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>s9&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Scan line 9 (_).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>diamond&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Diamond (+).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>ckboard&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>degree&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Degree symbol (').</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>plminus&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Plus/minus (#).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>bullet&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>larrow&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Arrow pointing left (&lt;).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>rarrow&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Arrow pointing right (&gt;).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>darrow&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>uarrow&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Arrow pointing up (^).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>board&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>lantern&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>block&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Solid square block (#).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>s3&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Scan line 3 (-).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>s7&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Scan line 7 (-).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>lequal&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Less-than-or-equal-to (&lt;).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>gequal&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Greater-or-equal-to (&gt;).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>pi&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Greek pi ( * ).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>nequal&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Not-equal (!).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>sterling&nbsp;: <code class="type"><a href="Curses.html#TYPEchtype">Curses.chtype</a></code>;</code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Pound-Sterling symbol (f).</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr></table>
}


<pre><span class="keyword">val</span> <a name="VALbssb"></a>bssb : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALssbb"></a>ssbb : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALbbss"></a>bbss : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALsbbs"></a>sbbs : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALsbss"></a>sbss : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALsssb"></a>sssb : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALssbs"></a>ssbs : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALbsss"></a>bsss : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALbsbs"></a>bsbs : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALsbsb"></a>sbsb : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre><pre><span class="keyword">val</span> <a name="VALssss"></a>ssss : <code class="type"><a href="Curses.Acs.html#TYPEacs">acs</a> -> <a href="Curses.html#TYPEchtype">Curses.chtype</a></code></pre></body></html>