bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.6-20070630.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070630.patch.gz
Date: Sat, 30 Jun 2007 20:45:22 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070630 - 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 Jul  1 00:42:27 UTC 2007
 ------------------------------------------------------------------------------
 MANIFEST                                |    2 
 NEWS                                    |   13 ++
 dist.mk                                 |    4 
 ncurses-5.6-20070630/test/test_getstr.c |   23 ++++
 ncurses-5.6-20070630/test/test_instr.c  |   23 ++++
 ncurses/base/lib_refresh.c              |   97 +++++++++++++++---
 ncurses/base/lib_window.c               |    6 -
 ncurses/trace/lib_tracebits.c           |   27 ++++-
 ncurses/trace/lib_tracedmp.c            |   26 ++++-
 ncurses/tty/hardscroll.c                |    5 
 ncurses/tty/lib_vidattr.c               |    3 
 ncurses/tty/tty_update.c                |    7 -
 ncurses/widechar/lib_vid_attr.c         |    5 
 test/chgat.c                            |    9 -
 test/demo_panels.c                      |  155 +++++++++++++++++++-----------
 test/echochar.c                         |   10 -
 test/inch_wide.c                        |    4 
 test/inchs.c                            |    4 
 test/redraw.c                           |    6 -
 test/test.priv.h                        |    4 
 test/view.c                             |    8 -
 21 files changed, 329 insertions(+), 112 deletions(-)
 ------------------------------------------------------------------------------

20070630
        + add "widec" row to _tracedump() output to help diagnose remaining
          problems with multi-column characters.
        + partial fix for refresh of window on top of multi-column characters
          which are partly overwritten (report by Sadrul H Chowdhury).
        + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
          multi-column extension bits are passed there.
        + add setlocale() call to demo_panels.c, needed for wide-characters.
        + add some output flags to _nc_trace_ttymode to help diagnose a bug
          report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]