]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080524
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 May 2008 00:49:27 +0000 (00:49 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 May 2008 00:49:27 +0000 (00:49 +0000)
commit9edffa2f21102c06dcf682d58b074c407bcedd0a
tree2cb9799693bdcf4884cfebb48a937467bc05299f
parenta21e1b511e3c79ea7c4786f6b0e48850e7fa94f0
ncurses 5.6 - patch 20080524

+ modify _nc_keypad() to make it switch temporarily as needed to the
  screen which must be updated.
+ wrap cur_term variable to help make _nc_keymap() thread-safe, and
  always set the screen's copy of this variable in set_curterm().
+ restore curs_set() state after endwin()/refresh() (report/patch
  Miroslav Lichvar)
NEWS
dist.mk
include/MKterm.h.awk.in
ncurses/curses.priv.h
ncurses/tinfo/init_keytry.c
ncurses/tinfo/lib_cur_term.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_options.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_twait.c
test/rain.c