[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses-5.5-20060916.patch.gz
From: |
Stanislav Ievlev |
Subject: |
Re: ncurses-5.5-20060916.patch.gz |
Date: |
Mon, 18 Sep 2006 13:08:23 +0400 |
On Sat, Sep 16, 2006 at 08:33:04PM -0400, Thomas Dickey wrote:
> ncurses 5.5 - patch 20060916 - T.Dickey
>
>
> ------------------------------------------------------------------------------
>
> Ncurses 5.5 is at
> ftp.gnu.org:/pub/gnu
>
> Patches for ncurses 5.5 are in the subdirectory
> ftp://invisible-island.net/ncurses/5.5
>
>
> ------------------------------------------------------------------------------
> NEWS | 14
> aclocal.m4 | 57
> config.sub | 10
> configure | 3234 +++++++++++++++++++++++----------------------
> configure.in | 23
> dist.mk | 4
> ncurses/base/lib_mouse.c | 266 +--
> ncurses/curses.priv.h | 293 ++--
> progs/tset.c | 8
> 9 files changed, 2038 insertions(+), 1871 deletions(-)
>
> ------------------------------------------------------------------------------
>
> 20060916
> + move static data from lib_mouse.c into SCREEN struct.
Please move new fields to the end of struct, or you will break ncurses/tinfo
API again.