]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.3 - patch 20211106
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Nov 2021 00:20:43 +0000 (00:20 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Nov 2021 00:20:43 +0000 (00:20 +0000)
commitf399f54c6c4ea2143afcbf704ce9af0be52b63fc
treed290b676f77fbc487259db0dfd67680cbb2ff871
parent63d26709472433a4660c88461162252bf0e5fde8
ncurses 6.3 - patch 20211106

+ improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
+ modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
  rather than treating it as an error, and modify new_panel to permit
  its window-parameter to be a pad (report by Giorgos Xou).
+ fix a memory-leak in del_curterm (prompted by discussion with Bram
  Moolenaar, cf: 20210821).
16 files changed:
NEWS
VERSION
dist.mk
misc/Makefile.in
ncurses/base/lib_delwin.c
ncurses/base/lib_freeall.c
ncurses/base/lib_refresh.c
ncurses/tinfo/lib_cur_term.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
panel/p_new.c