bug-ncurses
[Top][All Lists]
Advanced

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

Re: Aw: Re: Issue with wbkgrnd and wide chars on ncurses 6.2


From: Thomas Dickey
Subject: Re: Aw: Re: Issue with wbkgrnd and wide chars on ncurses 6.2
Date: Sun, 14 Feb 2021 08:23:56 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Sat, Feb 13, 2021 at 12:05:37PM +0100, Anton Vidovic wrote:
> Hello Thomas,
> 
> > > On Sat, Jan 30, 2021 at 03:30:07PM -0500, Thomas Dickey wrote:
> >
> > > offhand, I'd have thought this was the issue (given the comments),
> > >
> > >   /* SVr4 limits background character to printable 7-bits */
> > >   if (!Charable(new_bkgd)) {
> > >       new_char = old_char;
> > >   }
> >
> > that's part.  I spent some time yesterday, and your example now seems to
> > work as expected.  However, I noticed that there wasn't a good test-program
> > for this area, and on starting to develop one, ran into an older bug which
> > I expect to address "soon".
> 
> I can confirm that it now works as expected, both in the C version and the 
> Lisp
> wrapper. Thanks a lot.

thanks for the followup/feedback

-- 
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]