Hey list!

I've been playing around with a 256 colour xterm and tmux. I've been
following the FAQ entry and that worked.

With one exception. Colours with bold attribute appear as if the bold
attribute wasn't there.

I used this to test:
[snip]
printf '\e[01;34mfoo\n'
printf '\e[34mfoo\n'
[snap]

The former should print a 'foo' in light blue, the latter a 'foo' in
normal blue. This *works* in xterm itself, but fails if I start tmux
in the same terminal.

GNU screen behaves like tmux, but if I do this in screen:
    attrcolor b "I"
...it behaves like I'd expect.

TERM in xterm is 'xterm-256color' (it doesn't matter if I use 'screen'
or 'screen-256color' inside tmux to reproduce).

If TERM is 'xterm', "bold colours" work in tmux.

Is there a way to do what screen's 'attrcolor' does? Or am I missing
something obvious?

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to