bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug: curses vs. ncurses: bkgd and subwindows


From: Neil Zanella
Subject: Re: bug: curses vs. ncurses: bkgd and subwindows
Date: Sat, 4 Nov 2000 15:11:50 -0330 (NST)

On Sat, 4 Nov 2000, Thomas Dickey wrote:

> On Sat, Nov 04, 2000 at 04:22:36AM -0330, Neil Zanella wrote:
> > 
> > Hello,
> > 
> > While looking at subwindows I found that curses and ncurses differ in the
> > way they deal with bkgd() and subwindows. The following program will
> 
> thanks (will test & see)

This time I think the bug is in Solaris curses.
The call of wbkgd() on the smaller windows is not successfully applying
the A_NORMAL attribute to windows whose attribute is A_REVERSE in the
parent window. Even if I call touchwin() this still happens. It is as
though touchwin() is taking care of changes in characters but not changes
in attributes. Is there a way I can submit a bug report to the
Solaris team. BTW is the Solaris version of curses the same as the AIX
version? I ask because AIX 1 4 000002919000 produces the same results
as Solaris Curses. In any case it seems plausible that they be similar
and that the bug stayed in both releases.

Thanks,

Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]