]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170617
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Jun 2017 00:37:29 +0000 (00:37 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Jun 2017 00:37:29 +0000 (00:37 +0000)
commitaf3d0ee323cbb22d2a7596d564bf68f7307f5076
tree230f751c2d0d42fc6c14e737b58de756d99cbe41
parentdee978d1ba016c8f327516f684900f95ee7a2b30
ncurses 6.0 - patch 20170617

+ fill in some places where TERMTYPE2 vs TERMTYPE was not used
  (report by Allen Hewes).
+ use ExitTerminfo() internally in error-exits for ncurses' setupterm
  to help with leak checking.
+ use ExitProgram() in error-exit from initscr() to help with leak
  checking.
+ review test-programs, adding checks for cases where the terminal
  cannot be initialized.
24 files changed:
NEWS
VERSION
dist.mk
ncurses/base/lib_initscr.c
ncurses/base/lib_mouse.c
ncurses/base/new_pair.c
ncurses/curses.priv.h
ncurses/tinfo/lib_cur_term.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
test/bs.c
test/demo_altkeys.c
test/demo_new_pair.c
test/dots_mvcur.c
test/filter.c
test/foldkeys.c
test/list_keys.c
test/sp_tinfo.c