diff --git a/debian/changelog b/debian/changelog index 995bab60..a23c622b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 03 May 2011 12:11:10 -0500 diff --git a/usr/bin/byobu-ctrl-a b/usr/bin/byobu-ctrl-a index 0726609c..3b1ab721 100755 --- a/usr/bin/byobu-ctrl-a +++ b/usr/bin/byobu-ctrl-a @@ -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) diff --git a/usr/share/byobu/tests/byobu-time-notifications b/usr/share/byobu/tests/byobu-time-notifications index 21754a7d..38bdd1ca 100755 --- a/usr/share/byobu/tests/byobu-time-notifications +++ b/usr/share/byobu/tests/byobu-time-notifications @@ -20,7 +20,7 @@ PKG=byobu -RUNS=100 +RUNS=10 [ -z "$BYOBU_PREFIX" ] && BYOBU_PREFIX="/usr" export BYOBU_PREFIX