[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses-5.4-20050205.patch.gz
From: |
Andreas |
Subject: |
Re: ncurses-5.4-20050205.patch.gz |
Date: |
Tue, 08 Feb 2005 21:31:57 +0100 |
Has anyone tested this?! does it work? will it be included to ncurses?
if so when?
regards Andreas
On Sat, 2005-02-05 at 18:52 -0500, Thomas Dickey wrote:
> 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.
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses