Jump to letter: [
          
            ABCDEFGKLMNOPRSTXZ
          ]
        
        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
        
            - * Thu Aug 31 19: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 19:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> 5.5-23.20060715
- - fix another crash in tgetent (#202480) 
            - * Mon Jul 17 19:00:00 2006 Miroslav Lichvar <mlichvar{%}redhat{*}com> 5.5-22.20060715
- - update to patch 20060715
- fix package summary (#197655)