diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 00:15:12 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 00:15:12 +0800 |
commit | 36c456218741f71f13b6e767d53a5a0bcfca36de (patch) | |
tree | 589ed049f1e06f3a3c27ca76666a73485e87a860 /chapter08/ncurses.xml | |
parent | 951e07508bf0147030fe0aae229faf481824c02f (diff) |
ncurses: mention libncurses++w in contents
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> |