]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170722
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jul 2017 00:30:14 +0000 (00:30 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Jul 2017 00:30:14 +0000 (00:30 +0000)
commit71244b7927a8918c0b09a8eb13b017ef0ebb6de8
tree09ab0e6be328afc94a0de25730258eac3a77473d
parenta2016785091d241ca289fbac5b40bfc7f0432737
ncurses 6.0 - patch 20170722

+ improve test-packages for ncurses-examples and AdaCurses for lintian
+ modify logic for endwin-state to be able to detect the case where
  the screen was never initialized, using that to trigger a flush of
  ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
  term-driver configuration.
+ add dependency upon ncurses_cfg.h to a few other internal header
  files to allow each to be compiled separately.
+ add dependency upon ncurses_cfg.h to tic's header-files; any program
  using tic-library will have to supply this file.  Legacy tack
  versions supply this file; ongoing tack development has dropped the
  dependency upon tic-library and new releases will not be affected.
29 files changed:
Ada95/package/debian/rules
NEWS
VERSION
dist.mk
include/MKparametrized.sh
include/hashed_db.h
include/nc_alloc.h
include/nc_mingw.h
include/nc_panel.h
include/nc_termios.h
include/nc_tparm.h
include/ncurses_cfg.hin
include/ncurses_mingw.h
include/tic.h
ncurses/base/lib_endwin.c
ncurses/base/lib_isendwin.c
ncurses/base/lib_newterm.c
ncurses/curses.priv.h
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_tstp.c
ncurses/tty/tty_update.c
ncurses/win32con/win_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/package/debian/rules