diff options
Diffstat (limited to 'chapter08/ncurses.xml')
-rw-r--r-- | chapter08/ncurses.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml index d68bfa44c..58221d144 100644 --- a/chapter08/ncurses.xml +++ b/chapter08/ncurses.xml @@ -211,6 +211,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> libformw.so, libmenuw.so, libncursesw.so, + libncurses++w.so, libpanelw.so, and their non-wide-character counterparts without "w" in the library names.</seg> <seg> @@ -365,6 +366,16 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libncurses__w"> + <term><filename class="libraryfile">libncurses++w</filename></term> + <listitem> + <para>Contains C++ binding for other libraries in this package</para> + <indexterm zone="ch-system-ncurses libncurses__w"> + <primary sortas="c-libncurses++w">libncurses++w</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libformw"> <term><filename class="libraryfile">libformw</filename></term> <listitem> |