usr/bin/byobu-ctrl-a, usr/share/byobu/tests/byobu-time-

notifications: update doc message
This commit is contained in:
Dustin Kirkland 2011-05-10 09:02:11 +02:00
commit cd767119ac
3 changed files with 7 additions and 2 deletions

2
debian/changelog vendored
View file

@ -37,6 +37,8 @@ byobu (3.35c) unreleased; urgency=low
- fixup notificationt testing
* usr/bin/byobu-status: minor performance improvement
* usr/share/doc/byobu/help.txt: rearrange and update documentation
* usr/bin/byobu-ctrl-a, usr/share/byobu/tests/byobu-time-
notifications: update doc message
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500

View file

@ -29,7 +29,10 @@ while true; do
echo "When you press ctrl-a in Byobu, do you want it to operate in:"
echo " (1) Emacs mode (go to beginning of line)"
echo " (2) Screen mode (screen's default escape sequence)"
echo "Note that F12 also operates as Screen escape in Byobu!"
echo "Note that:"
echo " - F12 also operates as Screen escape in Byobu"
echo " - You can press F9 and choose your escape character"
echo " - You can run 'byobu-ctrl-a' at any time to change your selection"
echo
echo -n "Select [1 or 2]: "
s=$(head -n1)

View file

@ -20,7 +20,7 @@
PKG=byobu
RUNS=100
RUNS=10
[ -z "$BYOBU_PREFIX" ] && BYOBU_PREFIX="/usr"
export BYOBU_PREFIX