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)
Arch: i386
Download: | ncurses-devel-5.5-19.i386.rpm |
Build Date: | Mon Feb 27 11:53:49 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 4.71 MiB |
Changelog
- * Mon Feb 27 17:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 5.5-19
-
- avoid comparing padding in cchar_t structure (#182024)
- * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 5.5-18.2
-
- bump again for double-long bug on ppc(64)
- * Tue Feb 7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 5.5-18.1
-
- rebuilt for new gcc4.1 snapshot and glibc changes