bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20030222.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20030222.patch.gz
Date: Sat, 22 Feb 2003 21:09:52 -0500
User-agent: Mutt/1.3.27i

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

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

20030222
        + corrected ifdef's relating to configure check for wchar_t, etc.
        + if the output is a socket or other non-tty device, use 1 millisecond
          for the cost in mvcur; previously it was 9 milliseconds because the
          baudrate was not known.
        + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
          glibc copies uninitialized data in that case, as noted by valgrind.
        + modify tput to use the same parameter analysis as tparm() does, to
          provide for user-defined strings, e.g., for xterm title, a
          corresponding capability might be
                title=\E]2;%p1%s^G,
        + modify MKlib_gen.sh to avoid passing "#" tokens through the C
          preprocessor.  This works around Mac OS X's preprocessor, which
          insists on adding a blank on each side of the token (report/analysis
          by Kevin Murphy <address@hidden>).




reply via email to

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