From: Thomas E. Dickey Date: Sun, 25 May 2008 00:49:27 +0000 (+0000) Subject: ncurses 5.6 - patch 20080524 X-Git-Tag: v5.7~25 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=9edffa2f21102c06dcf682d58b074c407bcedd0a;hp=9edffa2f21102c06dcf682d58b074c407bcedd0a 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) ---