diff --git a/debian/changelog b/debian/changelog index 1d0f3882..d8979375 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ byobu (3.35) unreleased; urgency=low * usr/bin/byobu-config, usr/share/byobu/keybindings/f-keys, usr/share/byobu/keybindings/screen-escape-keys, - usr/share/doc/byobu/help.txt: LP: #776743 + usr/share/doc/byobu/help.txt, usr/bin/Makefile.am: LP: #776743 - use ASCII 16 (data link escape) as the escape character - bind F12 to printing the escape character - adjust everything accordingly diff --git a/usr/bin/Makefile.am b/usr/bin/Makefile.am index 3d3d2c44..8a6a594d 100644 --- a/usr/bin/Makefile.am +++ b/usr/bin/Makefile.am @@ -1,2 +1,2 @@ -bin_SCRIPTS = byobu byobu-config byobu-disable byobu-enable byobu-export byobu-janitor byobu-launch byobu-launcher byobu-launcher-install byobu-launcher-uninstall byobu-reconnect-sockets byobu-select-profile byobu-select-session byobu-status byobu-status-detail shell +bin_SCRIPTS = byobu byobu-config byobu-ctrl-a byobu-disable byobu-enable byobu-export byobu-janitor byobu-launch byobu-launcher byobu-launcher-install byobu-launcher-uninstall byobu-reconnect-sockets byobu-select-profile byobu-select-session byobu-status byobu-status-detail shell