[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20060401.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20060401.patch.gz |
Date: |
Sat, 01 Apr 2006 18:46:30 -0500 |
User-agent: |
Mutt/1.5.11+cvs20060126 |
ncurses 5.5 - patch 20060401 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.5 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.5 are in the subdirectory
ftp://invisible-island.net/ncurses/5.5
------------------------------------------------------------------------------
NEWS | 15 ++++
dist.mk | 4 -
man/terminfo.tail | 59 +++++++++++++++---
man/tput.1 | 32 +++++++---
ncurses/tinfo/lib_setup.c | 48 +++++++++++++++
ncurses/tty/lib_tstp.c | 45 --------------
progs/infocmp.c | 137 ++++++++++++++++++--------------------------
progs/tput.c | 8 +-
test/background.c | 29 ++++++++-
test/color_set.c | 29 ++++++++-
test/demo_altkeys.c | 29 ++++++++-
test/demo_defkey.c | 29 ++++++++-
test/demo_keyok.c | 29 ++++++++-
test/demo_menus.c | 29 ++++++++-
test/demo_panels.c | 29 ++++++++-
test/edit_field.c | 29 ++++++++-
test/firstlast.c | 29 ++++++++-
test/hashtest.c | 29 ++++++++-
test/ins_wide.c | 29 ++++++++-
test/keynames.c | 29 ++++++++-
test/movewindow.c | 29 ++++++++-
test/rain.c | 29 ++++++++-
test/savescreen.c | 29 ++++++++-
test/testaddch.c | 29 ++++++++-
test/testscanw.c | 29 ++++++++-
test/view.c | 29 ++++++++-
test/worm.c | 29 ++++++++-
27 files changed, 730 insertions(+), 169 deletions(-)
------------------------------------------------------------------------------
20060401
+ improve discussion of init/reset in terminfo and tput manpages
(report by Alain Bench).
+ use is3 string for a fallback of rs3 in the reset program; it was
using is2 (report by Alain Bench).
+ correct logic for infocmp -i option, which did not account for
multiple digits in a parameter (cf: 20040828) (report by Alain
Bench).
+ move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
option work after 20060114 changes (report by Arkadiusz Miskiewicz).
+ add copyright notices to test-programs as needed (report by William
McBrine).
--
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.5-20060401.patch.gz,
Thomas Dickey <=