bug-ncurses
[Top][All Lists]
Advanced

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

Re: Random inverted and underlined characters?


From: Thomas Dickey
Subject: Re: Random inverted and underlined characters?
Date: Tue, 17 Jan 2017 18:42:11 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Jan 17, 2017 at 11:49:09AM -0700, elronnd wrote:
> 
> 
> On Tue, 17 Jan 2017, Thomas Dickey wrote:
> 
> >ultimately because
> >
> >#define COLOR_PAIR(n)        NCURSES_BITS(n, 0)
> >
> >doesn't "and" its value with A_COLOR (a minor bug), and when you ask for
> >a pair past the size it can use (A_COLOR), the "attron" macro uses more bits
> >than it should.
> 
> Is a fix coming soon?

perhaps - I have to see if there's any drawbacks (breakage) due to the
change I mentioned.

At the moment I don't see any (if I do, I'll document it).

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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