Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ncurses-devel: The development files for applications that use ncurses.
- Summary
- The header files and libraries for developing applications that use
the ncurses CRT screen handling and optimization package.
Install the ncurses-devel package if you want to develop applications
which will use ncurses.
Use the following compiler flags to build against the ncurses library:
-lncurses
(compile and link against the regular ncurses library)
-I /usr/include/ncursesw -lncursesw
(compile and link against the wide-character, UTF-8, library)
Changelog
- * Wed Apr 5 11:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Mon Feb 27 10:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 5.5-19
-
- avoid comparing padding in cchar_t structure (#182024)
- * Fri Feb 10 10:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 5.5-18.2
-
- bump again for double-long bug on ppc(64)