bug-ncurses
[Top][All Lists]
Advanced

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

Re: wbkgd() does not refresh Color Pair attribute for all cells of the W


From: Thomas Dickey
Subject: Re: wbkgd() does not refresh Color Pair attribute for all cells of the Window
Date: Tue, 30 Jun 2020 15:35:47 -0400
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Jun 30, 2020 at 08:09:36AM +0000, Dweep Advani wrote:
> I have written a test code, which works fine in ncurses-5.7, but, has the
> garbled window issue on ncurses-6.1.  The $TERM had always been
> xterm-256color.  I am pasting the test code below –

This was reported in March:

https://lists.gnu.org/archive/html/bug-ncurses/2020-03/msg00016.html

>   wbkgd(stdscr, COLOR_PAIR(1));
    wbkgd(stdscr, ' ' | COLOR_PAIR(1));

(workaround)

-- 
Thomas E. Dickey <dickey@invisible-island.net>
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]