diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-16 07:29:31 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-16 07:29:31 +0000 |
commit | 9058aa1ecb1c771064d7bd3beacb520c2d8e440a (patch) | |
tree | 410974b20a419ddeba9e05fb468307904db0da57 /chapter06/ncurses.xml | |
parent | fc02f2718a76d8ae7a23fe80504deae1832d8f17 (diff) |
Updated Ncurses contents list and fixes some typos.
Thanks to Chris Staub for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 68d7b8538..2d261cf4c 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -165,7 +165,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> <seglistitem> <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic), - reset (link to tset), tack, tic, toe, tput, and tset</seg> + ncurses5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg> <seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}), libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so}, libpanelw.{a,so} and their non-wide-character counterparts without "w" @@ -218,6 +218,16 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> </listitem> </varlistentry> + <varlistentry id="ncurses5-config"> + <term><command>ncurses5-config</command></term> + <listitem> + <para>Provides configuration information for ncurses</para> + <indexterm zone="ch-system-ncurses ncurses5-config"> + <primary sortas="b-ncurses5-config">ncurses5-config</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="reset"> <term><command>reset</command></term> <listitem> |