diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 02:33:04 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 02:33:04 +0000 |
commit | 653ab393f4c8635b1fb38366768c1658cc997457 (patch) | |
tree | 0b908e950eacfe4c517348aa036c459d71879b76 /appendixa/ncurses-shortdesc.xml | |
parent | 1d5d84c883ed45bed03e8f907e854bdc42d78b03 (diff) |
Add shortdesc file for ncurses. Whew, almost did a Gerard :)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ncurses-shortdesc.xml')
-rw-r--r-- | appendixa/ncurses-shortdesc.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/appendixa/ncurses-shortdesc.xml b/appendixa/ncurses-shortdesc.xml new file mode 100644 index 000000000..c063df5f0 --- /dev/null +++ b/appendixa/ncurses-shortdesc.xml @@ -0,0 +1,20 @@ +<sect2><title>Contents of Ncurses</title> + +<para>Last checked against version &ncurses-contversion;.</para> + +<para>The Ncurses package provides character and terminal handling +libraries, including panels and menus.</para> + +<para>Ncurses installs the following:</para> + +<sect3><title>Program Files</title> +<para>captoinfo (link to tic), clear, infocmp, infotocap (link to tic), +reset (link to tset), tack, tic, toe, tput and tset.</para></sect3> + +<sect3><title>Library Files</title> +<para>libcurses.[a,so] (link to libncurses.[a,so]), libform.[a,so], +libform_g.a, libmenu.[a,so], libmenu_g.a, libncurses++.a, +libncurses.[a,so], libncurses_g.a, libpanel.[a,so] and +libpanel_g.a</para></sect3> + +</sect2> |