[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20070602.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20070602.patch.gz |
Date: |
Sat, 02 Jun 2007 20:07:44 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.6 - patch 20070602 - 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 Jun 3 00:04:38 UTC 2007
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 13
aclocal.m4 | 9
c++/internal.h | 6
configure | 1993 +++++++++++++++----------------
dist.mk | 4
form/frm_driver.c | 107 +
man/captoinfo.1m | 6
man/curs_addch.3x | 6
man/curs_deleteln.3x | 6
man/curs_outopts.3x | 6
man/curs_slk.3x | 6
man/curs_termattrs.3x | 6
man/curs_termcap.3x | 6
man/form_driver.3x | 57
man/form_field_new.3x | 6
man/menu_driver.3x | 61
man/term.7 | 6
man/terminfo.tail | 8
ncurses-5.6-20070602/test/dots_mvcur.c | 171 ++
ncurses/base/lib_freeall.c | 7
ncurses/curses.priv.h | 6
ncurses/tinfo/lib_termcap.c | 5
ncurses/trace/visbuf.c | 23
test/demo_forms.c | 10
test/modules | 3
test/ncurses.c | 10
test/programs | 3
28 files changed, 1478 insertions(+), 1073 deletions(-)
------------------------------------------------------------------------------
20070602
+ adapt mouse-handling code from menu library in form-library
(discussion with Clive Nicolson).
+ add a modification of test/dots.c, i.e., test/dots_mvcur.c to
illustrate how to use mvcur().
+ modify wide-character flavor of SetAttr() to preserve the
WidecExt() value stored in the .attr field, e.g., in case it
is overwritten by chgat (report by Aleksi Torhamo).
+ correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
+ build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
--
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-20070602.patch.gz,
Thomas Dickey <=