* byobu.1: update description, add note about units of measure

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-25 08:57:22 -05:00
commit ca7844ff07
2 changed files with 9 additions and 2 deletions

View file

@ -3,7 +3,7 @@
byobu \- wrapper script for seeding a user's byobu configuration and launching screen byobu \- wrapper script for seeding a user's byobu configuration and launching screen
.SH DESCRIPTION .SH DESCRIPTION
\fBbyobu\fP is a simple script that sanitizes a user's ~/.byobu directory, and launches screen in the byobu configuration. \fBbyobu\fP is a script that launches GNU screen in the byobu configuration. This enables the display of system information and status notifications within two lines at the bottom of the screen session. It also enables multiple tabbed terminal sessions, accessible through simple keystrokes.
.SH STATUS NOTIFICATIONS .SH STATUS NOTIFICATIONS
@ -65,6 +65,9 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
\fBwindows\fP \- each open window in the screen session appears is displayed in the upper bar toward the far right in blue text on a grey background \fBwindows\fP \- each open window in the screen session appears is displayed in the upper bar toward the far right in blue text on a grey background
.SH UNITS OF MEASURE
byobu uses binary for measurements rather than decimal for KB, MB, and GB. This means multiples of 1024 rather than multiples of 1000, in accordance with JEDEC Standard 100B.01.
.SH KEYBINDINGS .SH KEYBINDINGS
byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or within .screenrc if byobu-export was used). The common key bindings are: byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or within .screenrc if byobu-export was used). The common key bindings are:

6
debian/changelog vendored
View file

@ -1,12 +1,16 @@
byobu (2.17) unreleased; urgency=low byobu (2.17) unreleased; urgency=low
[ Dustin Kirkland ]
* debian/postinst: can't assume a group named for the user, LP: #391722 * debian/postinst: can't assume a group named for the user, LP: #391722
* bin/mem_available: read mem_available from /proc, should be more * bin/mem_available: read mem_available from /proc, should be more
efficient efficient
* byobu-launcher-uninstall: uninstall old screen-launcher entries too, * byobu-launcher-uninstall: uninstall old screen-launcher entries too,
LP: #391913 LP: #391913
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 25 Jun 2009 08:22:21 -0500 [ Ciemon Dunville ]
* byobu.1: update description, add note about units of measure
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 25 Jun 2009 08:56:37 -0500
byobu (2.16-0ubuntu1) karmic; urgency=low byobu (2.16-0ubuntu1) karmic; urgency=low