[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Aw: Re: Issue with wbkgrnd and wide chars on ncurses 6.2
From: |
Anton Vidovic |
Subject: |
Aw: Re: Issue with wbkgrnd and wide chars on ncurses 6.2 |
Date: |
Sat, 13 Feb 2021 12:05:37 +0100 |
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.
Best regards,
Anton