[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: |
Tue, 19 Sep 2006 17:55:16 +0400 |
On Mon, Sep 18, 2006 at 05:56:14AM -0400, Thomas Dickey wrote:
> On Mon, 18 Sep 2006, Stanislav Ievlev wrote:
>
> >>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.
>
> I missed that - where is the incompatibility from? There's a chunk on the
> end which differs between ncurses/ncursesw (so I cannot put new data on
> the _end_). If you're concerned about differences between one version of
> tinfo versus another of ncurses - I don't see a solution for _that_.
> Or have you noticed a chunk which is ifdef'd differently between ncurses
> and tinfo?
OOPS .. I'm wrong.