Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ncurses-devel: Development files for the ncurses library
- Summary
- The header files and libraries for developing applications that use
the ncurses terminal handling library.
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 Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu Aug 31 11:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> 5.5-24.20060715
-
- modify tgetstr to make screen happy (#202480)
- use CFLAGS when linking (#199369)
- change BuildRoot tag to comply with Fedora packaging guidelines
- * Wed Aug 16 11:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> 5.5-23.20060715
-
- fix another crash in tgetent (#202480)