Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mutt blinks when using brightXXX as background colour

27 views
Skip to first unread message

Duncan

unread,
Aug 29, 2007, 5:45:20 AM8/29/07
to
Hi there,

When I add the "bright" prefix to a background color in my mutt conf
file, the background colour remains the same but flashes.

Is this default behaviour? Any ideas how this can be altered? I read
on the mutt FAQ that the colour grey can be achieved using
"brightblack", which of course just blinks for me at the moment!

I'm using muttng, so feel free to shout at me if this isn't a general
mutt issue.

Thanks a lot,

Duncan Jones

Alain Bench

unread,
Aug 30, 2007, 4:30:04 AM8/30/07
to
Hello Duncan,

On Wednesday, August 29, 2007 at 2:45:20 -0700, Duncan Jones wrote:

> When I add the "bright" prefix to a background color in my mutt conf
> file, the background colour remains the same but flashes.

That's a terminal thing. Depending on the terminal you use, it may
be altered via a terminal option like "blink attribute does bright
background" (or "enable blinking" or such), or on a 16 colors terminal
via "color8" instead of "brightblack". And of course a correct TERM
value exactly matching the used terminal may help.

Terminal thing, granted. But Mutt could help, by sending the blink
attribute only on 8 colors terms, and the real bright color on 16 colors
ones. Slrn does this automagicaly; Mutt doesn't.


> I'm using muttng, so feel free to shout at me if this isn't a general
> mutt issue.

Anyway Muttng questions are very welcome here.


Bye! Alain.
--
Mutt compressed folders tip for stable archive timestamp:
| open-hook \\.gz$ "gzip -cd '%f' > '%t' ; ret=$? ; touch --no-create --reference='%f' '%t' ; exit \$ret"
| close-hook \\.gz$ "gzip -c '%t' > '%f' ; ret=$? ; touch --no-create --reference='%t' '%f' ; exit \$ret"
| append-hook \\.gz$ "gzip -c '%t' >> '%f'"

Duncan

unread,
Sep 12, 2007, 7:26:10 AM9/12/07
to
On 30 Aug, 09:30, Alain Bench <albench.N...@M.oreka.invalid> wrote:
<snip>

> That's a terminal thing. Depending on the terminal you use, it may
> be altered via a terminal option like "blink attribute does bright
> background" (or "enable blinking" or such), or on a 16 colors terminal
> via "color8" instead of "brightblack". And of course a correct TERM
> value exactly matching the used terminal may help.
<snip>

Thanks Alain, I'll give that a try.

Thomas Dickey

unread,
Sep 17, 2007, 8:35:23 AM9/17/07
to
Alain Bench <albenc...@m.oreka.invalid> wrote:

> Terminal thing, granted. But Mutt could help, by sending the blink
> attribute only on 8 colors terms, and the real bright color on 16 colors
> ones. Slrn does this automagicaly; Mutt doesn't.

iirc, slang does this actually (if one links mutt with slang instead
of ncurses it'll get the same behavior).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

0 new messages