bug-ncurses
[Top][All Lists]
Advanced

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

Re: Regression from 6.1 to 6.2 with wbkgd


From: Thomas Dickey
Subject: Re: Regression from 6.1 to 6.2 with wbkgd
Date: Sat, 29 Feb 2020 08:01:25 -0500
User-agent: NeoMutt/20170113 (1.7.2)

On Fri, Feb 28, 2020 at 07:36:55PM +0100, Marc Rechté wrote:
> Hello,
> 
> The following code produces a window full of "€" (see attached capture)
> characters with 6.2 wheras 6.1 produces a blank window.

in a quick check, I don't see that.  But since your program doesn't
call setlocale, I'm guessing that's part of what I'm missing:

a) what's your locale?
b) what terminal program?
c) what encoding is the terminal set to?
d) which (ncurses/ncursesw) library are you using?
e) if self-built (how?)
   if packaged (distribution, etc, to check package).

Offhand, that could be something overlooked in this set of changes,
but it's been a while:

20190817
        + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
          details where it still differed from SVr4.
20181208
        + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
          curses, changing the way the window rendition is updated when the
          background character is modified (report by Valery Ushakov).

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

Attachment: foo.c
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

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