bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20030628.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20030628.patch.gz
Date: Sat, 28 Jun 2003 20:08:07 -0400
User-agent: Mutt/1.3.28i

 ncurses 5.3 - patch 20030628 - T.Dickey

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

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

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

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

20030628
        + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
          respectively, to avoid calling waddch_noecho() with wide-character
          data, since that function assumes its input is 8-bit data.  Similarly,
          modify waddnwstr() to call wadd_wch().
        + remove logic from waddnstr() which transformed multibyte character
          strings into wide-characters.  Rewrite of waddch_literal() from
          20030621 assumes its input is raw multibyte data rather than wide
          characters (report by Tomohiro KUBOTA <address@hidden>).




reply via email to

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