Comment 7 for bug 887387

Revision history for this message
Dana Goyette (danagoyette) wrote :

I'm still affected on byobu 5.21 in Ubuntu Quantal.

Looks like there's a duplicate here, as well:
https://bugs.launchpad.net/byobu/+bug/1045070

My observation:

Byobu uses "prefix" instead of "escape" -- see anything wrong in /usr/bin/byobu-ctrl-a?

Line 35: [ "$BYOBU_BACKEND" = "tmux" ] && keybindings="$keybindings.tmux"
Line 40: grep -qs "^escape" "$keybindings" && bind_to="emacs"