mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu-ctrl-a, usr/share/byobu/tests/byobu-time-
notifications: update doc message
This commit is contained in:
parent
84305ca963
commit
cd767119ac
3 changed files with 7 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
PKG=byobu
|
||||
RUNS=100
|
||||
RUNS=10
|
||||
[ -z "$BYOBU_PREFIX" ] && BYOBU_PREFIX="/usr"
|
||||
export BYOBU_PREFIX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue