[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20050430.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20050430.patch.gz |
Date: |
Sat, 30 Apr 2005 19:55:55 -0400 |
User-agent: |
Mutt/1.5.6+20040907i |
ncurses 5.4 - patch 20050430 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.4 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.4 are in the subdirectory
ftp://invisible-island.net/ncurses/5.4
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 15 +
c++/cursesf.h | 24 +-
c++/cursesm.h | 20 +-
c++/cursesp.h | 6
c++/edit_cfg.sh | 5
c++/etip.h.in | 12 +
configure | 264 ++++++++++++++---------------
configure.in | 12 +
dist.mk | 4
man/curs_util.3x | 8
man/tic.1m | 6
misc/terminfo.src | 15 +
ncurses-5.4-20050430/test/demo_termcap.c | 157 +++++++++++++++++
ncurses/Makefile.in | 6
ncurses/base/MKkeyname.awk | 104 +++++++----
ncurses/base/define_key.c | 8
ncurses/base/keybound.c | 11 -
ncurses/base/tries.c | 6
ncurses/tinfo/init_keytry.c | 38 +++-
test/Makefile.in | 6
test/keynames.c | 14 +
test/modules | 5
23 files changed, 519 insertions(+), 228 deletions(-)
------------------------------------------------------------------------------
20050430
+ modify terminfo entries xterm-new and rxvt to add strings for
shift-, control-cursor keys.
+ workaround to allow c++ binding to compile with g++ 2.95.3, which
has a broken implementation of static_cast<> (patch by Jeff Chua).
+ modify initialization of key lookup table so that if an extended
capability (tic -x) string is defined, and its name begins with 'k',
it will automatically be treated as a key.
+ modify test/keynames.c to allow for the possibility of extended
key names, e.g., via define_key(), or via "tic -x".
+ add test/demo_termcap.c to show the contents of given entry via the
termcap interface.
--
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.4-20050430.patch.gz,
Thomas Dickey <=