From: Thomas E. Dickey Date: Sun, 7 Nov 2021 00:20:43 +0000 (+0000) Subject: ncurses 6.3 - patch 20211106 X-Git-Tag: v6.4~62 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=f399f54c6c4ea2143afcbf704ce9af0be52b63fc;hp=f399f54c6c4ea2143afcbf704ce9af0be52b63fc 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). ---