mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/man/man1/byobu.1: LP: #913817
- mention byobu-select-backend prominently in the manpage
This commit is contained in:
parent
19dae74ed4
commit
5c69b1fb87
2 changed files with 7 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -16,6 +16,8 @@ byobu (5.3) unreleased; urgency=low
|
|||
- add some comments
|
||||
* usr/lib/byobu/ec2_cost, usr/lib/byobu/network: LP: #914098
|
||||
- fix regression from r1839, add colon to IFS
|
||||
* usr/share/man/man1/byobu.1: LP: #913817
|
||||
- mention byobu-select-backend prominently in the manpage
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 08 Jan 2012 20:28:08 -0600
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.TH byobu 1 "19 June 2009" byobu "byobu"
|
||||
.SH NAME
|
||||
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 a text based window manager (either screen or tmux)
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBbyobu\fP [screen options]
|
||||
|
@ -12,7 +12,9 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1) or \fBtmux\fP(1).
|
||||
|
||||
.SH DESCRIPTION
|
||||
\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.
|
||||
\fBbyobu\fP is a script that launches a text based window manager (either \fBscreen\fP(1) or \fBtmux\fP(1)) 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.
|
||||
|
||||
\fBbyobu\fP currently defaults to using \fBtmux\fP(1) (if present) as the backend, however, this can be overriden with the \fBbyobu-select-backend\fP(1) utility.
|
||||
|
||||
Note that BYOBU_CONFIG_DIR=\fI$XDG_CONFIG_HOME/byobu\fP if defined, and \fI$HOME/.byobu\fP otherwise.
|
||||
|
||||
|
@ -207,7 +209,7 @@ Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at
|
|||
.SH SEE ALSO
|
||||
.PD 0
|
||||
.TP
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBtmux\fP(1)
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBbyobu-select-backend\fP(1), \fBtmux\fP(1)
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
.PD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue