* usr/bin/byobu-ctrl-a.in: LP: #1311177

- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
This commit is contained in:
Dustin Kirkland 2014-04-23 07:53:05 -05:00
commit 662bbc5775
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -10,6 +10,8 @@ byobu (5.78) unreleased; urgency=medium
- Enable Ubuntu-themed dircolors on Ubuntu systems
* usr/bin/byobu-janitor.in:
- ensure that windows.tmux exists; fixes warning with F5
* usr/bin/byobu-ctrl-a.in: LP: #1311177
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500

View file

@ -117,7 +117,7 @@ case "$bind_to" in
$BYOBU_SED -i -e "/^register x /d" -e "/^bindkey \"^\"/d" -e "/^escape /d" "$keybindings"
echo "escape \"^${KEY}${key}\"" >> "$keybindings"
echo "register x \"^${KEY}\"" >> "$keybindings"
echo "bindkey \"^${KEY}\" eval \"process x\"" >> "$keybindings"
echo "bindkey \"^${KEY}\" >> "$keybindings"
$BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile"
;;
tmux)