]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/redraw.c
ncurses 5.6 - patch 20070630
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Jul 2007 00:42:27 +0000 (00:42 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Jul 2007 00:42:27 +0000 (00:42 +0000)
commiteb312e0bb90463a33aa8a53f825b32dc189af023
tree9388c1a9c2d3d7fc868e3a74d8df9849b56b113f
parent574a94bc3d70682bde48f7f10d3c12a58e581e27
ncurses 5.6 - patch 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,
21 files changed:
MANIFEST
NEWS
dist.mk
ncurses/base/lib_refresh.c
ncurses/base/lib_window.c
ncurses/trace/lib_tracebits.c
ncurses/trace/lib_tracedmp.c
ncurses/tty/hardscroll.c
ncurses/tty/lib_vidattr.c
ncurses/tty/tty_update.c
ncurses/widechar/lib_vid_attr.c
test/chgat.c
test/demo_panels.c
test/echochar.c
test/inch_wide.c
test/inchs.c
test/redraw.c
test/test.priv.h
test/test_getstr.c [new file with mode: 0644]
test/test_instr.c [new file with mode: 0644]
test/view.c