bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2-20011103.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20011103.patch.gz
Date: Sat, 3 Nov 2001 21:47:04 -0500
User-agent: Mutt/1.2.5i

 ncurses 5.2 - patch 20011103 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.2 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.2 are in the subdirectory
        ftp://dickey.his.com/ncurses/5.2

 ------------------------------------------------------------------------------

20011103
        + add manual pages for add_wch(), echo_wchar(), getcchar(),
          mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
        + implement wecho_wchar()
        + modify _tracedump() to handle wide-characters by mapping them to '?'
          and control-characters to '.', to make the trace file readable.  Also
          dynamically allocate the buffer used by _tracedump() for formatting
          the results.
        + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
          in a trace by using curly braces.
        + implement _nc_viscbuf(), for tracing cchar_t arrays.
        + correct trace-calls in setcchar() and getcchar() functions, which
          traced the return values but not the entry to each function.
        + correct usage message in test/view.c, which still mentioned -u flag.



reply via email to

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