[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20011215.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20011215.patch.gz |
Date: |
Sat, 15 Dec 2001 20:56:54 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20011215 - 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
------------------------------------------------------------------------------
20011215
+ rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
better, e.g., by adding a 'w' command to create new windows which
may have different keypad() settings.
+ corrected logic of keypad() by adding internal screen state to track
whether the terminal's keypad-mode has been set. Use this in
wgetch() to update the keypad-mode according to whether the
associated window's keypad-mode has been set with keypad(). This
corrects a related problem restoring terminal state after handling
SIGTSTP (reported by Mike Castle).
+ regenerate configure using patch for autoconf 2.52
autoconf-2.52-patch.gz
at
ftp://invisible-island.net/autoconf/
+ update config.guess, config.sub from
http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
+ minor changes to quoting in configure script to allow it to work
with autoconf 2.52
- ncurses-5.2-20011215.patch.gz,
Thomas Dickey <=