[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20050205.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20050205.patch.gz |
Date: |
Sat, 5 Feb 2005 18:52:27 -0500 |
User-agent: |
Mutt/1.5.6+20040907i |
ncurses 5.4 - patch 20050205 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.4 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.4 are in the subdirectory
ftp://invisible-island.net/ncurses/5.4
------------------------------------------------------------------------------
INSTALL | 7
NEWS | 12
aclocal.m4 | 25
c++/cursesm.cc | 10
configure | 2418 ++++++++++++++++++++---------------------
configure.in | 17
dist.mk | 4
form/frm_driver.c | 265 ++--
include/curses.h.in | 10
include/curses.tail | 103 +
ncurses/base/lib_mouse.c | 163 +-
ncurses/trace/lib_tracemse.c | 27
ncurses/tty/tty_update.c | 5
test/ncurses.c | 26
14 files changed, 1668 insertions(+), 1424 deletions(-)
------------------------------------------------------------------------------
20050205
+ add traces for callback functions in form library.
+ add experimental configure option --enable-ext-mouse, which defines
NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
support wheel mice, which may transmit buttons 4 and 5. This works
with xterm and similar X terminal emulators (prompted by question by
Andreas Henningsson, this is also related to Debian #230990).
+ improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
avoid redefinition warnings on cygwin.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.4-20050205.patch.gz,
Thomas Dickey <=