[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20010922.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20010922.patch.gz |
Date: |
Sat, 22 Sep 2001 21:08:35 -0400 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20010922 - 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
------------------------------------------------------------------------------
20010922
+ fix: PutRange() was counting the second part of a wide character as
part of a run, resulting in a cursor position that was one too far
(patch by Sven Verdoolaege).
+ modify resizeterm() to not queue a KEY_RESIZE if there was no
SIGWINCH, thereby separating the two styles of SIGWINCH handling
in test/view.c
+ simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
+ eliminate several static buffers in the terminfo compiler, using
allocated buffers.
+ modify MKkeyname.awk so that keyname() does not store its result into
a static buffer that is overwritten by the next call.
+ reorganize the output of infocmp -E and -e options to compile cleanly
with gcc -Wwrite-strings warnings.
+ remove redefinition of chgat/wchgat/mvwchgat from curses.wide
- ncurses-5.2-20010922.patch.gz,
Thomas Dickey <=