]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20151128
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Nov 2015 01:57:16 +0000 (01:57 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Nov 2015 01:57:16 +0000 (01:57 +0000)
commitcfd9c6f8e5af24820fefbb789b7345d93b8ed837
treed712eec0ad6446e45bdd0dedc5111806e01ac093
parentfd1066cc97c836a67fa2623b6cf7ffd2ece39dc7
ncurses 6.0 - patch 20151128

+ add missing assignment in lib_getch.c to make notimeout() work
  (Debian #805618).
+ add 't' toggle for notimeout() function in test/ncurses.c a/A screens
+ add viewdata terminal description (Alexandre Montaron).
+ fix a case in tic/infocmp for formatting capabilities where a
  backslash at the end of a string was mishandled.
+ fix some typos in curs_inopts.3x (Benno Schulenberg).
18 files changed:
NEWS
VERSION
dist.mk
form/form.h
form/form.priv.h
form/frm_driver.c
man/curs_inopts.3x
man/form_field_opts.3x
misc/terminfo.src
ncurses/base/lib_getch.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/dump_entry.c
test/ncurses.c