]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.3 - patch 20220813
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Aug 2022 00:26:10 +0000 (00:26 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Aug 2022 00:26:10 +0000 (00:26 +0000)
commit1c305869cc1b9454efa9325fb5a44b18c79ce91b
tree8699b747bfa39193dbe96f07fb67192ad210e9d6
parent768f77851c2350c02252b8e0e5d69fc435940b83
ncurses 6.3 - patch 20220813

+ modify delscreen to more effectively delete all windows on the given
  screen.
+ amend portability note for delwin in manual page.
+ adapt test/test_delwin.c from example by Bill Gray.
+ account for prescreen data if freeing leaks in pthread-configuration
+ split-out _nc_set_read_thread(), to reduce compiler warnings about
  pthread_self(), which may/may not be a weak symbol.
+ improve pthread-configuration for test/worm.c
43 files changed:
MANIFEST
NEWS
VERSION
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_window.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/curs_window.3x
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/entries.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/lib_tstp.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/demo_tabs.c
test/modules
test/programs
test/test_delwin.c [new file with mode: 0644]
test/worm.c