From d9af5c9f71bf2ba58eb2d66e652ae139d482306a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 12 Jun 2011 23:28:24 -0500 Subject: [PATCH] * usr/share/byobu/keybindings/screen-escape-keys: LP: #796134 - fix refresh keybinding (missing eval) --- debian/changelog | 5 +++++ usr/share/byobu/keybindings/screen-escape-keys | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e99ff004..fa4f7798 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ byobu (4.11) unreleased; urgency=low + [ Dustin Kirkland ] * debian/postinst: LP: #796422 - handle ownerships of the reload profile flag more gracefully + [ Ahmed El-Mahmoudy ] + * usr/share/byobu/keybindings/screen-escape-keys: LP: #796134 + - fix refresh keybinding (missing eval) + -- Dustin Kirkland Sat, 11 Jun 2011 09:42:07 -0400 byobu (4.10-0ubuntu1) oneiric; urgency=low diff --git a/usr/share/byobu/keybindings/screen-escape-keys b/usr/share/byobu/keybindings/screen-escape-keys index cc43b18d..09f43b31 100644 --- a/usr/share/byobu/keybindings/screen-escape-keys +++ b/usr/share/byobu/keybindings/screen-escape-keys @@ -50,7 +50,7 @@ bindkey "^[[17;2~" # ctrl-a-n Next window F4 # ctrl-a-R Reload profile F5 register r ":source $HOME/.byobu/profile^M" -bind R 'process x' 'process r' +bind R eval 'process x' 'process r' # ctrl-a-d Detach from this session F6 # ctrl-a-[ Enter copy/scrollback mode F7 # ctrl-a-A Re-title a window F8