[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20020202.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20020202.patch.gz |
Date: |
Sat, 2 Feb 2002 20:14:23 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20020202 - 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
------------------------------------------------------------------------------
20020202
+ add several cases to the wscanw() example in testcurs.c, showing the
format.
+ implement a simple vsscanf() fallback function which uses the %n
conversion to help parse the input data (prompted by discussion with
Albert Chin-A-Young).
+ modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
shared libraries, and to use $(CFLAGS) when linking test programs
(patch by Albert Chin-A-Young).
+ add a call to _nc_keypad() in keypad() to accommodate applications
such as nvi, which use curses for output but not for input (fixes
Debian #131263, cf: 20011215).
+ add entrypoints to resizeterm.c which provide better control over the
process: is_term_resized() and resize_term(). The latter restores
the original design of resizeterm() before KEY_RESIZE was added in
970906. Do this to accommodate 20010922 changes to view.c, but allow
for programs with their own sigwinch handler, such as lynx (reported
by Russell Ruby <address@hidden>).
- ncurses-5.2-20020202.patch.gz,
Thomas Dickey <=