[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080203.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080203.patch.gz |
Date: |
Sun, 03 Feb 2008 17:08:17 -0500 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
ncurses 5.6 - patch 20080203 - 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 20:52:12 UTC 2008
------------------------------------------------------------------------------
NEWS | 19 ++++++
dist.mk | 4 -
ncurses/base/MKunctrl.awk | 80 +++++++++++++++++++---------
ncurses/base/lib_addch.c | 29 +++++-----
ncurses/base/lib_insch.c | 24 +++++++-
ncurses/base/lib_set_term.c | 16 ++---
test/test.priv.h | 21 ++++++-
test/worm.c | 117 +++++++++++++++++++++---------------------
8 files changed, 197 insertions(+), 113 deletions(-)
------------------------------------------------------------------------------
20080203
+ modify _nc_setupscreen() to set the legacy-coding value the same
for both narrow/wide models. It had been set only for wide model,
but is needed to make unctrl() work with locale in the narrow model.
+ 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.6-20080203.patch.gz,
Thomas Dickey <=