php-doc-en/reference/ncurses/reference.xml
Friedhelm Betz b5ac7588ab rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106444 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 17:10:18 +00:00

84 lines
2.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<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.
Because of the interactive nature of this library, it will be of little
use for writing Web applications, but may be useful when writing scripts meant
<link linkend="features.commandline">using PHP from the command line</link>.
</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>
&reference.ncurses.configure;
&reference.ncurses.ini;
<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
-->