[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20090912.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20090912.patch.gz |
Date: |
Sat, 12 Sep 2009 21:23:26 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.7 - patch 20090912 - 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-20090912.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 13 01:17:05 UTC 2009
------------------------------------------------------------------------------
MANIFEST | 5
NEWS | 13
dist.mk | 4
ncurses-5.7-20090912/test/linedata.h | 100 ++++
ncurses-5.7-20090912/test/test_add_wchstr.c | 547 ++++++++++++++++++++++++++
ncurses-5.7-20090912/test/test_addchstr.c | 462 +++++++++++++++++++++
ncurses-5.7-20090912/test/test_addstr.c | 428 ++++++++++++++++++++
ncurses-5.7-20090912/test/test_addwstr.c | 511 ++++++++++++++++++++++++
ncurses/base/lib_insch.c | 12
ncurses/curses.priv.h | 6
ncurses/widechar/lib_ins_wch.c | 4
test/README | 158 +++----
test/ins_wide.c | 45 --
test/inserts.c | 26 -
test/modules | 10
test/programs | 6
16 files changed, 2198 insertions(+), 139 deletions(-)
------------------------------------------------------------------------------
20090912
+ add some test programs (and make these use the same special keys
by sharing linedata.h functions):
test/test_addstr.c
test/test_addwstr.c
test/test_addchstr.c
test/test_add_wchstr.c
+ correct internal _nc_insert_ch() to use _nc_insert_wch() when
inserting wide characters, since the wins_wch() function that it used
did not update the cursor position (report by Ciprian Craciun).
--
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-20090912.patch.gz,
Thomas Dickey <=