Tagged Questions
3
votes
1answer
135 views
Colour bleeds right when writing a custom script in byobu
I am using byobu with tmux backend in Ubuntu 12.04.
I am trying write a custom script as shown at the manpage of byobu:
#!/bin/sh
printf "\005{= bw}%s\005{-}" "$(uname -r)"
When being run (using ...
6
votes
1answer
1k views
Nested ssh session inside screen has no color
I am attempting to keep a nested ssh session inside of a byobu/screen window, which I also connect to over SSH with Putty on Windows.
However the nested SSH session has no color. Here's what I'm ...