Sort options alphabetically, from Tiago Cunha.

This commit is contained in:
Nicholas Marriott 2011-07-25 09:57:28 +00:00
parent 7e423ea491
commit 0252796a57

74
tmux.1
View File

@ -1722,6 +1722,22 @@ Available server options are:
Set the number of buffers; as new buffers are added to the top of the stack, Set the number of buffers; as new buffers are added to the top of the stack,
old ones are removed from the bottom if necessary to maintain this maximum old ones are removed from the bottom if necessary to maintain this maximum
length. length.
.It Ic escape-time Ar time
Set the time in milliseconds for which
.Nm
waits after an escape is input to determine if it is part of a function or meta
key sequences.
The default is 500 milliseconds.
.It Xo Ic exit-unattached
.Op Ic on | off
.Xc
If enabled, the server will exit when there are no attached clients.
.It Xo Ic quiet
.Op Ic on | off
.Xc
Enable or disable the display of various informational messages (see also the
.Fl q
command line flag).
.It Xo Ic set-clipboard .It Xo Ic set-clipboard
.Op Ic on | off .Op Ic on | off
.Xc .Xc
@ -1744,22 +1760,6 @@ disallowedWindowOps: 20,21,SetXprop
Or changing this property from the Or changing this property from the
.Xr xterm 1 .Xr xterm 1
interactive menu when required. interactive menu when required.
.It Ic escape-time Ar time
Set the time in milliseconds for which
.Nm
waits after an escape is input to determine if it is part of a function or meta
key sequences.
The default is 500 milliseconds.
.It Xo Ic exit-unattached
.Op Ic on | off
.Xc
If enabled, the server will exit when there are no attached clients.
.It Xo Ic quiet
.Op Ic on | off
.Xc
Enable or disable the display of various informational messages (see also the
.Fl q
command line flag).
.El .El
.Pp .Pp
Available session options are: Available session options are:
@ -1951,6 +1951,10 @@ The mouse click is also passed through to the application as normal.
.Xc .Xc
If on, clicking the mouse on a window name in the status line will select that If on, clicking the mouse on a window name in the status line will select that
window. window.
.It Xo Ic mouse-utf8
.Op Ic on | off
.Xc
If enabled, request mouse input as UTF-8 on UTF-8 terminals.
.It Ic pane-active-border-bg Ar colour .It Ic pane-active-border-bg Ar colour
.It Ic pane-active-border-fg Ar colour .It Ic pane-active-border-fg Ar colour
Set the pane border colour for the currently active pane. Set the pane border colour for the currently active pane.
@ -1974,10 +1978,6 @@ flag to
Repeat is enabled for the default keys bound to the Repeat is enabled for the default keys bound to the
.Ic resize-pane .Ic resize-pane
command. command.
.It Xo Ic mouse-utf8
.Op Ic on | off
.Xc
If enabled, request mouse input as UTF-8 on UTF-8 terminals.
.It Xo Ic set-remain-on-exit .It Xo Ic set-remain-on-exit
.Op Ic on | off .Op Ic on | off
.Xc .Xc
@ -2430,23 +2430,6 @@ Instructs
.Nm .Nm
to expect UTF-8 sequences to appear in this window. to expect UTF-8 sequences to appear in this window.
.Pp .Pp
.It Ic window-status-attr Ar attributes
Set status line attributes for a single window.
.Pp
.It Ic window-status-bg Ar colour
Set status line background colour for a single window.
.Pp
.It Ic window-status-fg Ar colour
Set status line foreground colour for a single window.
.Pp
.It Ic window-status-format Ar string
Set the format in which the window is displayed in the status line window list.
See the
.Ar status-left
option for details of special character sequences available.
The default is
.Ql #I:#W#F .
.Pp
.It Ic window-status-alert-attr Ar attributes .It Ic window-status-alert-attr Ar attributes
Set status line attributes for windows which have an alert (bell, activity Set status line attributes for windows which have an alert (bell, activity
or content). or content).
@ -2457,6 +2440,12 @@ Set status line background colour for windows with an alert.
.It Ic window-status-alert-fg Ar colour .It Ic window-status-alert-fg Ar colour
Set status line foreground colour for windows with an alert. Set status line foreground colour for windows with an alert.
.Pp .Pp
.It Ic window-status-attr Ar attributes
Set status line attributes for a single window.
.Pp
.It Ic window-status-bg Ar colour
Set status line background colour for a single window.
.Pp
.It Ic window-status-current-attr Ar attributes .It Ic window-status-current-attr Ar attributes
Set status line attributes for the currently active window. Set status line attributes for the currently active window.
.Pp .Pp
@ -2471,6 +2460,17 @@ Like
.Ar window-status-format , .Ar window-status-format ,
but is the format used when the window is the current window. but is the format used when the window is the current window.
.Pp .Pp
.It Ic window-status-fg Ar colour
Set status line foreground colour for a single window.
.Pp
.It Ic window-status-format Ar string
Set the format in which the window is displayed in the status line window list.
See the
.Ar status-left
option for details of special character sequences available.
The default is
.Ql #I:#W#F .
.Pp
.It Ic word-separators Ar string .It Ic word-separators Ar string
Sets the window's conception of what characters are considered word Sets the window's conception of what characters are considered word
separators, for the purposes of the next and previous word commands in separators, for the purposes of the next and previous word commands in