[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20081129.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20081129.patch.gz |
Date: |
Sat, 29 Nov 2008 19:41:25 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.7 - patch 20081129 - 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
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun Nov 30 00:38:32 UTC 2008
------------------------------------------------------------------------------
NEWS | 15 +++++++++-
TO-DO | 18 ++++++------
dist.mk | 4 +-
include/curses.h.in | 8 -----
include/curses.wide | 4 ++
misc/terminfo.src | 27 ++++++++++++++++--
ncurses/base/lib_addch.c | 20 ++++++++++---
test/ncurses.c | 67 ++++++++++++++++++++++++++++-----------------
8 files changed, 112 insertions(+), 51 deletions(-)
------------------------------------------------------------------------------
20081129
+ improve a workaround in adding wide-characters, when a control
character is found. The library (cf: 20040207) uses unctrl() to
obtain a printable version of the control character, but was not
passing color or video attributes.
+ improve test/ncurses.c 'a' test, using unctrl() more consistently to
display meta-characters.
+ turn on _XOPEN_CURSES definition in curses.h
+ add eterm-color entry (report by Vincent Lefevre) -TD
+ correct use of key_name() in test/ncurses.c 'A' test, which only
displays wide-characters, not key-codes since 20070612 (report by
Ricardo Cantu).
--
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-20081129.patch.gz,
Thomas Dickey <=