summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/base/lib_set_term.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't return ERR if resize didn't change sizemillert2021-03-101-2/+3
| | | | | | | This is a backport of the ncurses 5.9 20120707 patch. Previously, getch() would return ERR if SIGWINCH was received but the window didn't actually change size. This can happen, for example, when the xterm font is changed. OK tb@
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-150/+377
| | | | | | | | | 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-18/+19
|
* update to ncurses-5.1-20001007millert2000-10-081-6/+34
|
* ncurses 5.1millert2000-07-101-2/+41
|
* ncurses-5.0-20000617millert2000-06-191-2/+14
|
* Update to ncurses-5.0-20000325millert2000-03-261-2/+4
|
* Update to ncurses-5.0-20000304millert2000-03-101-3/+3
|
* + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)millert2000-01-021-202/+221
| | | | | | | | | | + 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-2/+6
|
* Update to ncurses-5.0-990814millert1999-08-151-5/+5
|
* ncurses-4.2-990307millert1999-03-111-5/+3
|
* ncurses-4.2-990220; this is a pre-release of 5.0millert1999-02-241-3/+3
|
* ncurses-4.2-990116millert1999-01-181-0/+319