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
- * Tue Aug 31 19:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 5.4-13
- term.sh can't detect CJK environment; revert
- gt 2.7 behaves better with xterm-new
- * Tue Aug 3 19:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 5.4-12
- make xterm same as xterm-r6
- detect for "dumb" in term.sh
- * Thu Jul 29 19:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 5.4-11
- add latest rollup patches and weekly patches
- remove home/end patch, which is now included in latest
terminfo.src and termcap.src
- add term.sh to /etc/profile.d, reference in /etc/bashrc
- modify term.sh to support rxvt (#122815 comment 93)