summaryrefslogtreecommitdiff
path: root/lib/libcurses/tinfo/lib_setup.c
AgeCommit message (Collapse)Author
2000-03-10Update to ncurses-5.0-20000304Todd C. Miller
2000-01-02+ corrected conversion from terminfo rs2 to termcap rs (cf: 980704)Todd C. Miller
+ 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).
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-08-22ncurses-5.0-990821Todd C. Miller
1999-07-04ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses ↵Todd C. Miller
routines
1999-06-14ncurses-5.0-990612Todd C. Miller
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-01-22Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingTodd C. Miller
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.
1999-01-18ncurses-4.2-990116Todd C. Miller