From: Thomas E. Dickey Date: Sun, 1 Jul 2007 00:42:27 +0000 (+0000) Subject: ncurses 5.6 - patch 20070630 X-Git-Tag: v5.7~62 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=eb312e0bb90463a33aa8a53f825b32dc189af023;hp=eb312e0bb90463a33aa8a53f825b32dc189af023 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, ---