bug-ncurses
[Top][All Lists]
Advanced

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

Re: wbkgd - little bit different behave in last ncurses (regression)


From: Thomas Dickey
Subject: Re: wbkgd - little bit different behave in last ncurses (regression)
Date: Mon, 2 Mar 2020 18:16:03 -0500
User-agent: NeoMutt/20170113 (1.7.2)

On Mon, Mar 02, 2020 at 12:24:54PM +0100, Pavel Stehule wrote:
> po 2. 3. 2020 v 11:18 odesílatel Thomas Dickey <address@hidden> napsal:
...
> run ./simple and Alt-f

I see now what you are talking about.  Simply displaying a menu does not
show the problem; it shows up when switching between menus (and repainting).

It appears to be the same problem as reported by Marc Rechté 
(at least, my updated library makes the problem go away).

Changing

        wbkgd(w, COLOR_PAIR(1));

etc., to

        wbkgd(w, ' ' | COLOR_PAIR(1));

works.

Odd that no one reported this in the past year (14 months)...

(I'll upload the source, but have other investigation to do).

-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

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