bug-ncurses
[Top][All Lists]
Advanced

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

Re: Issue using more than 255 color pairs


From: David Unterwandling
Subject: Re: Issue using more than 255 color pairs
Date: Sun, 16 Jul 2023 00:42:39 +0200

> #define A_COLOR NCURSES_BITS(((1U) << 16) - 1U,0)
>
>    attron(COLOR_PAIR(260));
>    addstr("now these are immutable and have A_REVERSE");

Color pair 260 is actually 4 reversed.



reply via email to

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