mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Document -g.
This commit is contained in:
parent
bc56751692
commit
54209774ff
20
tmux.1
20
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.59 2009-01-14 18:41:55 nicm Exp $
|
.\" $Id: tmux.1,v 1.60 2009-01-14 18:47:19 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -648,16 +648,16 @@ Show server information and terminal details.
|
|||||||
Set the contents of the specified buffer to
|
Set the contents of the specified buffer to
|
||||||
.Ar data .
|
.Ar data .
|
||||||
.It Xo Ic set-option
|
.It Xo Ic set-option
|
||||||
|
.Op Fl g
|
||||||
.Op Fl t Ar target-session
|
.Op Fl t Ar target-session
|
||||||
.Ar option Ar value
|
.Ar option Ar value
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic set )
|
.D1 (alias: Ic set )
|
||||||
Set an option.
|
Set an option.
|
||||||
If
|
If
|
||||||
.Ar target-session
|
.Fl g
|
||||||
is specified, the option is set for that session; otherwise, the global option
|
is specified, the option is set globally (it becomes the default inherited by
|
||||||
is set.
|
all sessions unless overridden) is set; otherwise it is set on the session
|
||||||
A global option is used by all sessions which lack an option overriding it.
|
|
||||||
Possible options are:
|
Possible options are:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Xo Ic bell-action
|
.It Xo Ic bell-action
|
||||||
@ -689,7 +689,9 @@ resized and retain the limit at the point they were created.
|
|||||||
Lock the server after
|
Lock the server after
|
||||||
.Ar number
|
.Ar number
|
||||||
seconds of inactivity.
|
seconds of inactivity.
|
||||||
The default is off (set to 0).
|
The default is off (set to 0).
|
||||||
|
This has no effect as a session option; it must be set as a global option using
|
||||||
|
.Fl g .
|
||||||
.It Ic message-bg Ar colour
|
.It Ic message-bg Ar colour
|
||||||
Set status line message background colour, where
|
Set status line message background colour, where
|
||||||
.Ar colour
|
.Ar colour
|
||||||
@ -788,11 +790,17 @@ command).
|
|||||||
To prevent variable expansion when an encrypted password is read from a
|
To prevent variable expansion when an encrypted password is read from a
|
||||||
configuration file, enclose it in single quotes (').
|
configuration file, enclose it in single quotes (').
|
||||||
.It Xo Ic set-window-option
|
.It Xo Ic set-window-option
|
||||||
|
.Op Fl g
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
.Ar option Ar value
|
.Ar option Ar value
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic setw )
|
.D1 (alias: Ic setw )
|
||||||
Set a window-specific option.
|
Set a window-specific option.
|
||||||
|
If
|
||||||
|
.Fl g
|
||||||
|
is specified the option is set globally (see
|
||||||
|
.Ic set-option ) .
|
||||||
|
.Pp
|
||||||
Supported options are:
|
Supported options are:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Xo Ic aggressive-resize
|
.It Xo Ic aggressive-resize
|
||||||
|
Loading…
Reference in New Issue
Block a user