]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20181124
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Nov 2018 01:20:22 +0000 (01:20 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Nov 2018 01:20:22 +0000 (01:20 +0000)
commit44963481f15221316cbf9f7289a710f54cab2c84
treee5c26a23fef1afddad756a2513beac54b96ebb81
parentbf5877fb3d0985dcde0e71f52be87d865f76a7ca
ncurses 6.1 - patch 20181124

+ check --with-fallbacks option to ensure there is a value, and add
  the fallback information to top-level Makefile summary.
+ add some traces in initialization to show whether a fallback entry is
  used.
+ build-fix for test/movewindow with ncurses-examples on Solaris.
+ add "-l" option to test/background, to dump screen contents in a form
  that lets different curses implementations be compared.
+ modify the initialization checks for mouse so that the xterm+sm+1006
  block will work with terminal descriptions not mentioning xterm
  (report by Tomas Janousek).
25 files changed:
MANIFEST
Makefile.in
NEWS
VERSION
configure
configure.in
dist.mk
ncurses/base/lib_mouse.c
ncurses/curses.priv.h
ncurses/tinfo/db_iterator.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/tinfo_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/background.c
test/dump_window.c [new file with mode: 0644]
test/dump_window.h [new file with mode: 0644]
test/modules
test/movewindow.c
test/programs