Comment 2 for bug 1173354

Revision history for this message
Chow Loong Jin (hyperair) wrote : Re: [Bug 1173354] Re: byobu forcibly stops 256colors from happening on screen

On 09/05/2013 01:55, Dustin Kirkland wrote:
> I'm trying to reproduce your error...
>
> What terminal are you using?

gnome-terminal, with TERM=xterm-256color. The issue here is that there's some
inverted logic there when `tput colors` = 256, as mentioned in the description
-- when tput colors is 256, then SCREEN_TERM="-T screen" instead of "-T
screen-256color". Changing that line quoted in the description fixes the issue.

--
Kind regards,
Loong Jin