bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20040125.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20040125.patch.gz
Date: Sun, 25 Jan 2004 17:58:00 -0500
User-agent: Mutt/1.5.4i

It was only a few lines of code, but I'll let it cool off for a few more
days (in case someone other than me finds a gotcha).

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

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

20040125 pre-release
        + amend change to PutAttrChar() from 20030614 which computed the number
          of cells for a possibly multi-cell character.  The 20030614 change
          forced the cell to a blank if the result from wcwidth() was not
          greater than zero.  However, wcwidth() called for parameters in the
          range 128-255 can give this return value.  The logic now simply
          ensures that the number of cells is greater than zero without
          modifying the displayed value.

20040124 pre-release
        + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
        + modify configure script check for ranlib to use AC_CHECK_TOOL, since
          that works better for cross-compiling.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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