[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080202.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080202.patch.gz |
Date: |
Sat, 02 Feb 2008 20:37:34 -0500 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
ncurses 5.6 - patch 20080126 - 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 Feb 3 01:33:24 UTC 2008
------------------------------------------------------------------------------
NEWS | 16 +++++-
dist.mk | 4 -
ncurses/base/MKunctrl.awk | 70 ++++++++++++++++----------
ncurses/base/lib_addch.c | 26 +++++----
ncurses/base/lib_insch.c | 24 +++++++--
test/test.priv.h | 21 +++++++
test/worm.c | 117 ++++++++++++++++++++++----------------------
7 files changed, 176 insertions(+), 102 deletions(-)
------------------------------------------------------------------------------
20080202
+ improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
using unctrl() to display illegal bytes rather than trying to append
further bytes to make up a valid sequence (reported by Andrey A
Chernov).
+ modify unctrl() to check codes in 128-255 range versus isprint().
If they are not printable, and locale was set, use a "M-" or "~"
sequence.
20080126
+ improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
handling). Now it hangs in napms(), no matter whether nanosleep()
or poll() or select() are used on Linux.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.6-20080202.patch.gz,
Thomas Dickey <=