summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/lib_setup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-140/+349
| | | | | | | | | This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
* Update to ncurses-5.2-20010114millert2001-01-221-21/+30
|
* update to ncurses-5.1-20001007millert2000-10-081-4/+4
|
* Update to ncurses-5.0-20000304millert2000-03-101-3/+3
|
* + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)millert2000-01-021-227/+219
| | | | | | | | | | + make conversion to termcap ug (underline glitch) more consistently applied. + modify read_termtype(), fixing 'toe', which could dump core when it found an incomplete entry such as "dumb" because it did not initialize its buffer for _nc_read_file_entry(). + use explicit VALID_NUMERIC() checks in a few places that had been overlooked, and add a check to ensure that init_tabs is nonzero, to avoid divide-by-zero (reported by Todd C Miller).
* update to ncurses-5.0-19991127millert1999-11-281-5/+5
|
* ncurses-5.0-990821millert1999-08-221-2/+8
|
* ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses routinesmillert1999-07-041-2/+20
|
* ncurses-5.0-990612millert1999-06-141-3/+3
|
* ncurses-4.2-990301millert1999-03-021-14/+13
|
* Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingmillert1999-01-221-8/+3
| | | | | | | terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use.
* ncurses-4.2-990116millert1999-01-181-0/+405