mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* 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:
parent
d3dd421d27
commit
afd1e2f62b
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue