summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-12-27 18:22:25 +0000
committernicm <nicm@openbsd.org>2010-12-27 18:22:25 +0000
commit188f193715cc663ef495b17b1948f53c67cfbb98 (patch)
treec84ba52395772e757ca82ebc1692c6aadb30ea2a
parentThere is no point in calling rc_conf manually from each and every rc (diff)
downloadwireguard-openbsd-188f193715cc663ef495b17b1948f53c67cfbb98.tar.xz
wireguard-openbsd-188f193715cc663ef495b17b1948f53c67cfbb98.zip
Add a missing .Pp and sort options alphabetically, from Tiago Cunha.
-rw-r--r--usr.bin/tmux/tmux.160
1 files changed, 30 insertions, 30 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 065eefb6e45..45fea31a5fe 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.195 2010/12/19 18:35:08 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.196 2010/12/27 18:22:25 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 19 2010 $
+.Dd $Mdocdate: December 27 2010 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -902,6 +902,7 @@ $ tmux list-windows
layout: bb62,159x48,0,0{79x48,0,0,79x48,80,0}
$ tmux select-layout bb62,159x48,0,0{79x48,0,0,79x48,80,0}
.Ed
+.Pp
.Nm
automatically adjusts the size of the layout for the current window size.
Note that a layout cannot be applied to a window with more panes than that
@@ -1641,6 +1642,11 @@ The default is an empty string, which instructs
to create a login shell using the value of the
.Ic default-shell
option.
+.It Ic default-path Ar path
+Set the default working directory for processes created from keys, or
+interactively from the prompt.
+The default is empty, which means to use the working directory of the shell
+from which the server was started if it is available or the user's home if not.
.It Ic default-shell Ar path
Specify the default shell.
This is used as the login shell for new windows when the
@@ -1657,11 +1663,6 @@ or
This option should be configured when
.Nm
is used as a login shell.
-.It Ic default-path Ar path
-Set the default working directory for processes created from keys, or
-interactively from the prompt.
-The default is empty, which means to use the working directory of the shell
-from which the server was started if it is available or the user's home if not.
.It Ic default-terminal Ar terminal
Set the default terminal for new windows created in this session - the
default value of the
@@ -1778,12 +1779,12 @@ If on,
captures the mouse and when a window is split into multiple panes the mouse may
be used to select the current pane.
The mouse click is also passed through to the application as normal.
-.It Ic pane-border-fg Ar colour
-.It Ic pane-border-bg Ar colour
-Set the pane border colour for panes aside from the active pane.
-.It Ic pane-active-border-fg Ar colour
.It Ic pane-active-border-bg Ar colour
+.It Ic pane-active-border-fg Ar colour
Set the pane border colour for the currently active pane.
+.It Ic pane-border-bg Ar colour
+.It Ic pane-border-fg Ar colour
+Set the pane border colour for panes aside from the active pane.
.It Ic prefix Ar keys
Set the keys accepted as a prefix key.
.Ar keys
@@ -1938,10 +1939,10 @@ is not interpreted, to enable UTF-8, use the
option.
.It Ic status-left-attr Ar attributes
Set the attribute of the left part of the status line.
-.It Ic status-left-fg Ar colour
-Set the foreground colour of the left part of the status line.
.It Ic status-left-bg Ar colour
Set the background colour of the left part of the status line.
+.It Ic status-left-fg Ar colour
+Set the foreground colour of the left part of the status line.
.It Ic status-left-length Ar length
Set the maximum
.Ar length
@@ -1963,16 +1964,15 @@ character pairs are replaced, and UTF-8 is dependent on the
option.
.It Ic status-right-attr Ar attributes
Set the attribute of the right part of the status line.
-.It Ic status-right-fg Ar colour
-Set the foreground colour of the right part of the status line.
.It Ic status-right-bg Ar colour
Set the background colour of the right part of the status line.
+.It Ic status-right-fg Ar colour
+Set the foreground colour of the right part of the status line.
.It Ic status-right-length Ar length
Set the maximum
.Ar length
of the right component of the status bar.
The default is 40.
-.Pp
.It Xo Ic status-utf8
.Op Ic on | off
.Xc
@@ -2096,6 +2096,19 @@ this option is good for full-screen programs which support
.Dv SIGWINCH
and poor for interactive programs such as shells.
.Pp
+.It Xo Ic alternate-screen
+.Op Ic on | off
+.Xc
+This option configures whether programs running inside
+.Nm
+may use the terminal alternate screen feature, which allows the
+.Em smcup
+and
+.Em rmcup
+.Xr terminfo 5
+capabilities to be issued to preserve the existing window content on start and
+restore it on exit.
+.Pp
.It Xo Ic automatic-rename
.Op Ic on | off
.Xc
@@ -2134,8 +2147,8 @@ or
.Ar height .
A value of zero restores the default unlimited setting.
.Pp
-.It Ic main-pane-width Ar width
.It Ic main-pane-height Ar height
+.It Ic main-pane-width Ar width
Set the width or height of the main (left or top) pane in the
.Ic main-horizontal
or
@@ -2229,19 +2242,6 @@ command.
Duplicate input to any pane to all other panes in the same window (only
for panes that are not in any special mode).
.Pp
-.It Xo Ic alternate-screen
-.Op Ic on | off
-.Xc
-This option configures whether programs running inside
-.Nm
-may use the terminal alternate screen feature, which allows the
-.Em smcup
-and
-.Em rmcup
-.Xr terminfo 5
-capabilities to be issued to preserve the existing window content on start and
-restore it on exit.
-.Pp
.It Xo Ic utf8
.Op Ic on | off
.Xc