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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173354 Title: byobu forcibly stops 256colors from happening on screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1173354/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
