mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* byobu.1: update description, add note about units of measure
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
53cb84a5f3
commit
ca7844ff07
2 changed files with 9 additions and 2 deletions
5
byobu.1
5
byobu.1
|
@ -3,7 +3,7 @@
|
|||
byobu \- wrapper script for seeding a user's byobu configuration and launching screen
|
||||
|
||||
.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
.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
|
||||
|
||||
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
6
debian/changelog
vendored
|
@ -1,12 +1,16 @@
|
|||
byobu (2.17) unreleased; urgency=low
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
* debian/postinst: can't assume a group named for the user, LP: #391722
|
||||
* bin/mem_available: read mem_available from /proc, should be more
|
||||
efficient
|
||||
* byobu-launcher-uninstall: uninstall old screen-launcher entries too,
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue