Comment 1 for bug 780380

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

The solution to this will be two steps:

 1) sed -i s/=.*/=0/g $HOME/.byobu/status
 2) hardstatus ignore

Undoing this will be:

 1) rm $HOME/.byobu/status
 2) hardstatus always lastline

I'll get a keybinding committed that will do this.