[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20050129.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20050129.patch.gz |
Date: |
Sat, 29 Jan 2005 17:58:46 -0500 |
User-agent: |
Mutt/1.5.6+20040907i |
ncurses 5.4 - patch 20050129 - 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
------------------------------------------------------------------------------
INSTALL | 13 +
MANIFEST | 1
Makefile.in | 5
NEWS | 18 ++
c++/Makefile.in | 5
dist.mk | 4
include/curses.h.in | 34 +++-
include/curses.wide | 4
include/ncurses_defs | 3
man/Makefile.in | 5
man/curs_color.3x | 22 ++
misc/terminfo.src | 12 +
ncurses-5.4-20050129/test/xterm-88color.dat | 98 ++++++++++++
ncurses/base/lib_addch.c | 39 +++--
ncurses/base/lib_bkgd.c | 26 ++-
ncurses/base/lib_chgat.c | 13 +
ncurses/base/lib_color.c | 113 +++++++++-----
ncurses/base/lib_colorset.c | 13 -
ncurses/base/lib_dft_fgbg.c | 12 -
ncurses/base/lib_slkatr_set.c | 2
ncurses/base/lib_slkcolor.c | 10 -
ncurses/base/lib_wattroff.c | 11 +
ncurses/base/lib_wattron.c | 13 +
ncurses/curses.priv.h | 48 ++++--
ncurses/trace/lib_traceatr.c | 20 ++
ncurses/trace/lib_tracedmp.c | 31 ++-
ncurses/trace/visbuf.c | 8 -
ncurses/tty/hashmap.c | 6
ncurses/tty/tty_update.c | 12 -
ncurses/widechar/lib_cchar.c | 7
ncurses/widechar/lib_vid_attr.c | 202 +++++++++++++++++++++++++-
test/Makefile.in | 5
test/ncurses.c | 22 ++
33 files changed, 682 insertions(+), 155 deletions(-)
------------------------------------------------------------------------------
20050129
+ merge remaining development changes for extended colors (mostly
complete, does not appear to break other configurations).
+ add xterm-88color.dat (part of extended colors testing).
+ improve _tracedump() handling of color pairs past 96.
+ modify return-value from start_color() to return OK if colors have
already been started.
+ modify curs_color.3x list error conditions for init_pair(),
pair_content() and color_content().
+ modify pair_content() to return -1 for consistency with init_pair()
if it corresponds to the default-color.
+ change internal representation of default-color to allow application
to use color number 255. This does not affect the total number of
color pairs which are allowed.
+ add a top-level tags rule.
--
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-20050129.patch.gz,
Thomas Dickey <=