summaryrefslogtreecommitdiff
path: root/lib/libcurses/tty/lib_mvcur.c
AgeCommit message (Collapse)Author
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-07-10ncurses 5.1Todd C. Miller
2000-06-19ncurses-5.0-20000617Todd C. Miller
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-06-27ncurses-5.0-990626Todd C. Miller
1999-02-11Update to ncurses-4.2-990206:Todd C. Miller
suppress sc/rc capabilities from terminal description if they appear in smcup/rmcup. This affects only scrolling optimization, to fix a problem reported by several people with xterm's alternate screen, though the problem is more general.
1999-01-18ncurses-4.2-990116Todd C. Miller