php-doc-en/reference/ncurses/reference.xml
2007-12-10 17:06:11 +00:00

98 lines
2.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- Purpose: utilspec.cmdline -->
<!-- Membership: bundled, external, pecl -->
<!-- State: experimental -->
<reference xml:id="ref.ncurses" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Ncurses Terminal Screen Control Functions</title>
<titleabbrev>Ncurses</titleabbrev>
<partintro>
<section xml: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>
<note>
<para>
&pecl.moved-ver;6.0.0
</para>
</note>
</section>
<section xml:id="ncurses.requirements">
&reftitle.required;
<para>
You need the ncurses libraries and headerfiles. Download the
latest version from the <link xlink:href="&url.ncurses;">&url.ncurses;</link>
or from an other GNU-Mirror.
</para>
</section>
&reference.ncurses.configure;
<section xml:id="ncurses.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="ncurses.resources">
&reftitle.resources;
<para>
This extension defines window, panel and pad resources.
</para>
</section>
&reference.ncurses.constants;
</partintro>
&reference.ncurses.entities.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
-->