php-doc-en/reference/ncurses/reference.xml

92 lines
2.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<reference id="ref.ncurses">
<title>Ncurses terminal screen control functions</title>
<titleabbrev>ncurses functions</titleabbrev>
<partintro>
<section id="ncurses.intro">
&reftitle.intro;
<para>
ncurses (new curses) is a free software emulation of curses in
System V Rel 4.0 (and above). It uses terminfo format, supports pads,
colors, multiple highlights, form characters and function key mapping.
</para>
&warn.experimental;
<para>
Ncurses is available for the following platforms:
<itemizedlist>
<listitem><para>AIX</para></listitem>
<listitem><para>BeOS</para></listitem>
<listitem><para>Cygwin</para></listitem>
<listitem><para>Digital Unix (aka OSF1)</para></listitem>
<listitem><para>FreeBSD</para></listitem>
<listitem><para>GNU/Linux</para></listitem>
<listitem><para>HPUX</para></listitem>
<listitem><para>IRIX</para></listitem>
<listitem><para>OS/2</para></listitem>
<listitem><para>SCO OpenServer</para></listitem>
<listitem><para>Solaris</para></listitem>
<listitem><para>SunOS</para></listitem>
</itemizedlist>
</para>
</section>
<section id="ncurses.requirements">
&reftitle.required;
<para>
You need the ncurses libraries and headerfiles. Download the
latest version from the <ulink url="&url.ncurses;">&url.ncurses;</ulink>
or from an other GNU-Mirror.
</para>
</section>
<section id="ncurses.installation">
&reftitle.install;
<para>
To get these functions to work, you have to compile the CGI
version of PHP with <option
role="configure">--with-ncurses</option>.
</para>
</section>
<section id="ncurses.configuration">
&reftitle.runtime;
&no.config;
</section>
<section id="ncurses.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.ncurses.constants;
</partintro>
&reference.ncurses.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->