]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080412
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Apr 2008 01:03:15 +0000 (01:03 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Apr 2008 01:03:15 +0000 (01:03 +0000)
commit396a05943b7da5039dd15d79c4385c7d2a75d6d4
tree50b456424ad8c79ebdfdc49e5986073c0e4924f5
parent6a5e1ae3015763934a358df2680a77458ca3e342
ncurses 5.6 - patch 20080412

+ change test/ditto.c to use openpty() and xterm.
+ add locks for copywin(), dupwin(), overlap(), overlay() on their
  window parameters.
+ add locks for initscr() and newterm() on updates to the SCREEN
  pointer.
+ finish table in curs_thread.3x manpage.
25 files changed:
NEWS
aclocal.m4
configure
configure.in
dist.mk
man/curs_threads.3x
ncurses/base/lib_initscr.c
ncurses/base/lib_newterm.c
ncurses/base/lib_overlay.c
ncurses/base/lib_window.c
ncurses/base/use_window.c
ncurses/curses.priv.h
test/Makefile.in
test/cardfile.c
test/demo_altkeys.c
test/demo_defkey.c
test/demo_menus.c
test/demo_panels.c
test/ditto.c
test/echochar.c
test/movewindow.c
test/ncurses.c
test/test.priv.h
test/testcurs.c
test/xmas.c