[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20100116.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20100116.patch.gz |
Date: |
Sat, 16 Jan 2010 20:58:54 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20100116 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100116.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jan 17 01:52:00 UTC 2010
------------------------------------------------------------------------------
NEWS | 11 +
dist.mk | 4
ncurses/base/lib_driver.c | 14 -
ncurses/curses.priv.h | 9 -
ncurses/tinfo/captoinfo.c | 10 -
ncurses/tinfo/comp_expand.c | 6
ncurses/tinfo/comp_scan.c | 64 +++----
ncurses/tinfo/init_keytry.c | 8
ncurses/tinfo/lib_kernel.c | 8
ncurses/tinfo/lib_tparm.c | 4
ncurses/tinfo/tinfo_driver.c | 203 +++++++++-------------
ncurses/tinfo/trim_sgr0.c | 23 +-
ncurses/trace/lib_trace.c | 12 +
ncurses/win32con/gettimeofday.c | 6
ncurses/win32con/win_driver.c | 337 ++++++++++++++++++--------------------
progs/tset.c | 6
16 files changed, 349 insertions(+), 376 deletions(-)
------------------------------------------------------------------------------
20100116
+ modify win_driver.c to initialize acs_map for win32 console, so
that line-drawing works.
+ modify win_driver.c to initialize TERMINAL struct so that programs
such as test/lrtest.c and test/ncurses.c which test string
capabilities can run.
+ modify term-driver modules to eliminate forward-reference
declarations.
--
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.7-20100116.patch.gz,
Thomas Dickey <=