bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20030517.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20030517.patch.gz
Date: Sat, 17 May 2003 20:05:33 -0400
User-agent: Mutt/1.2.5i

 ncurses 5.3 - patch 20030517 - 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

 ------------------------------------------------------------------------------
20030517
        + prevent recursion in wgetch() via wgetnstr() if the connection cannot
          be switched between cooked/raw modes because it is not a TTY (report
          by Wolfgang Gutjahr <address@hidden>).
        + change parameter of define_key() and key_defined() to const (prompted
          by Debian #192860).
        + add a check in test/configure for ncurses extensions, since there
          are some older versions, etc., which would not compile with the
          current test programs.
        + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
          convert wchar_t string to multibyte form before printing it.
        + corrections to lib_get_wstr.c:
          + null-terminate buffer passed to setcchar(), which occasionally
            failed.
          + map special characters such as erase- and kill-characters into
            key-codes so those will work as expected even if they are not
            mentioned in the terminfo.
        + modify PUTC() and Charable() macros to make wide-character line
          drawing work for POSIX locale on Linux console (cf: 20021221).




reply via email to

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