usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help

text, per feedback from Turnkey Linux users
This commit is contained in:
Dustin Kirkland 2010-06-23 16:47:14 -05:00
commit b7b29bb988
3 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ byobu (2.81) unreleased; urgency=low
* usr/lib/byobu/custom * usr/lib/byobu/custom
* usr/lib/byobu/release * usr/lib/byobu/release
* usr/lib/services * usr/lib/services
* usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help
text, per feedback from Turnkey Linux users
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 16 Jun 2010 12:46:29 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 16 Jun 2010 12:46:29 -0500

View file

@ -96,7 +96,7 @@ def menu(screen, size, isInstalled):
li = Listbox(height = 9, width = 60, returnExit = 1) li = Listbox(height = 9, width = 60, returnExit = 1)
li.append(_("Help"), 1) li.append(_("Help -- Quick Start Guide"), 1)
li.append(_("Change Byobu's background color"), 2) li.append(_("Change Byobu's background color"), 2)
li.append(_("Change Byobu's foreground color"), 3) li.append(_("Change Byobu's foreground color"), 3)
li.append(_("Toggle status notifications"), 4) li.append(_("Toggle status notifications"), 4)

View file

@ -3,8 +3,8 @@ tool providing live system status, dynamic window management,
and some convenient keybindings: and some convenient keybindings:
F2 Create a new window | F6 Detach from the session F2 Create a new window | F6 Detach from the session
F3 Go to the prev window | F7 Enter scrollback mode F3 Go to the prev window | F7 Scrollback and search
F4 Go to the next window | F8 Re-title a window F4 Go to the next window | F8 Rename a window
F5 Reload profile | F9 Configuration F5 Reload profile | F9 Configuration
| F12 Lock this terminal | F12 Lock this terminal
'screen -r' - reattach | <ctrl-<esckey>> Escape sequence 'screen -r' - reattach | <ctrl-<esckey>> Escape sequence