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

- fix issues with F5 refresh in byobu-screen, when the user has changed
    the default escape key
This commit is contained in:
Dustin Kirkland 2014-03-17 12:20:20 +09:00
commit afd1e2f62b
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -28,6 +28,9 @@ byobu (5.75) unreleased; urgency=medium
* usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
usr/lib/byobu/include/constants:
- fix profile color breakage
* usr/bin/byobu-ctrl-a.in: LP: #814172
- fix issues with F5 refresh in byobu-screen, when the user has changed
the default escape key
[ Kosuke Asami ]
* usr/lib/byobu/battery: LP: #1289157, #1289157

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}\"" >> "$keybindings"
echo "bindkey \"^${KEY}\" eval \"process x\"" >> "$keybindings"
$BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile"
;;
tmux)