[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] RFC: should error messages get colored differently? and
From: |
David Ramsey |
Subject: |
Re: [Nano-devel] RFC: should error messages get colored differently? and in red by default? |
Date: |
Thu, 15 Feb 2018 15:26:04 -0600 |
Brand Huntsman:
> A_BOLD not only bolds the foreground color, but also brightens it by
> changing the code from 3x to 9x. It appears that on rxvt-unicode
> without blink support, the A_BLINK does a similar thing but with the
> background color. It brightens the background color by changing the
> code from 4x to 10x, but only if a background color is specified.
> A_BLINK by itself or with a foreground color won't do anything to the
> background color.
Understood.
Now that I think about it, I do remember hearing awhile ago about a way
to get high-intensity background colors that would interact with
blinking (as in you could have either one or the other), but I'm not
sure of the details. I guess this is one of those interactions in
action.