Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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
        
            - * Sat Feb 14 18:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 5.4-9.4
- - reset term after shell call, show crs with lfs (#140326) 
            - * Sun Sep 21 19:00:00 2003 Matt Wilson <msw{%}redhat{*}com> 5.3-9.3
- - remove the elf32/elf64 provides/obsoletes 
            - * Wed Sep 17 19:00:00 2003 Matt Wilson <msw{%}redhat{*}com> 5.3-9.2
- - rebuild to fix gzipped file md5sums (#91211)