From afd1e2f62b9547eae5deea962f014f85c400414f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 17 Mar 2014 12:20:20 +0900 Subject: [PATCH] * 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 --- debian/changelog | 3 +++ usr/bin/byobu-ctrl-a.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2d2d08ad..d96d6322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/usr/bin/byobu-ctrl-a.in b/usr/bin/byobu-ctrl-a.in index df75564c..557406fe 100755 --- a/usr/bin/byobu-ctrl-a.in +++ b/usr/bin/byobu-ctrl-a.in @@ -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)