]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20210213
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Feb 2021 02:07:27 +0000 (02:07 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Feb 2021 02:07:27 +0000 (02:07 +0000)
commitfae162795e065e5901068152e91f2962b6b247f3
treeb040ba133a622cef77f74266dba021e76f4a2c5f
parentb724cdc89cf31757ab43262ecefe5242b0edc450
ncurses 6.2 - patch 20210213

+ add test/back_ground.c, to exercise the wide-character background
  functions.
+ add a check in _nc_build_wch() in case the background character is a
  wide-character, rather than a new part of a multibyte character.
+ improve tracemunch's coverage of form/menu/panel libraries.
+ improve tracemunch's checking/reporting the type for the first
  parameter, e.g., "WINDOW*" rather than "#1".
27 files changed:
MANIFEST
NEWS
VERSION
dist.mk
menu/m_item_new.c
menu/m_new.c
ncurses/base/lib_addch.c
ncurses/base/lib_bkgd.c
ncurses/base/lib_color.c
ncurses/base/lib_mouse.c
ncurses/base/new_pair.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/read_entry.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/README
test/back_ground.c [new file with mode: 0644]
test/background.c
test/modules
test/programs
test/tracemunch