bug-ncurses
[Top][All Lists]
Advanced

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

Re: overlapping windows will corrupt


From: Thomas Dickey
Subject: Re: overlapping windows will corrupt
Date: Mon, 21 Feb 2005 20:54:05 -0500 (EST)

On Mon, 21 Feb 2005, Folkert van Heusden wrote:

Now what I would expect is that w1 would be underneath w2, it is actually
the other way around but I can live with that (is there a way to lower
and upper a window?). The problem now is that the window which is on top
(w1 in this case) gets overwritten when w2 scrolls.

The "right" way to do this is to use the panel library.  That isn't always
what you may prefer to do. It's possible to touch a window and refresh it, to achieve the same visual effect (but panel is designed to do this
efficiently).

If you simply update parts of each window, those are the parts that will
be repainted. From your description, that sounds like what I would expect.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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