[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080524.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080524.patch.gz |
Date: |
Sat, 24 May 2008 20:53:11 -0400 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
ncurses 5.6 - patch 20080524 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.6 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.6 are in the subdirectory
ftp://invisible-island.net/ncurses/5.6
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun May 25 00:49:27 UTC 2008
------------------------------------------------------------------------------
NEWS | 10 +-
dist.mk | 4
include/MKterm.h.awk.in | 10 +-
ncurses/curses.priv.h | 3
ncurses/tinfo/init_keytry.c | 9 +
ncurses/tinfo/lib_cur_term.c | 26 ++++-
ncurses/tinfo/lib_data.c | 3
ncurses/tinfo/lib_options.c | 185 ++++++++++++++++++++++++++---------------
ncurses/tty/lib_mvcur.c | 9 +
ncurses/tty/lib_twait.c | 4
test/rain.c | 3
11 files changed, 182 insertions(+), 84 deletions(-)
------------------------------------------------------------------------------
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)
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.6-20080524.patch.gz,
Thomas Dickey <=