2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2003-04-25 20:20:31 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.ncurses">
|
|
|
|
<title>Ncurses terminal screen control functions</title>
|
2003-04-25 20:20:31 +00:00
|
|
|
<titleabbrev>Ncurses</titleabbrev>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
<section id="ncurses.intro">
|
2002-07-28 19:57:18 +00:00
|
|
|
&reftitle.intro;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
|
|
|
ncurses (new curses) is a free software emulation of curses in
|
2002-07-28 19:57:18 +00:00
|
|
|
System V Rel 4.0 (and above). It uses terminfo format, supports pads,
|
|
|
|
colors, multiple highlights, form characters and function key mapping.
|
2002-12-01 17:10:18 +00:00
|
|
|
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>.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
2002-07-28 19:57:18 +00:00
|
|
|
&warn.experimental;
|
2002-04-15 00:12:54 +00:00
|
|
|
<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>
|
2002-07-28 19:57:18 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<section id="ncurses.requirements">
|
2002-07-28 19:57:18 +00:00
|
|
|
&reftitle.required;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
|
|
|
You need the ncurses libraries and headerfiles. Download the
|
2002-07-28 19:57:18 +00:00
|
|
|
latest version from the <ulink url="&url.ncurses;">&url.ncurses;</ulink>
|
|
|
|
or from an other GNU-Mirror.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2002-12-01 17:10:18 +00:00
|
|
|
|
|
|
|
&reference.ncurses.configure;
|
2002-07-28 19:57:18 +00:00
|
|
|
|
2002-09-14 21:26:46 +00:00
|
|
|
&reference.ncurses.ini;
|
2002-07-28 19:57:18 +00:00
|
|
|
|
|
|
|
<section id="ncurses.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.ncurses.constants;
|
|
|
|
|
|
|
|
</partintro>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
&reference.ncurses.functions;
|
|
|
|
|
|
|
|
</reference>
|
2002-07-28 19:57:18 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- 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
|
|
|
|
-->
|
|
|
|
|