mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Remove the lock-server option which is a bit redundant, it isn't that
different without it.
This commit is contained in:
17
tmux.1
17
tmux.1
@ -2561,9 +2561,7 @@ Lock the session (like the
|
||||
.Ic lock-session
|
||||
command) after
|
||||
.Ar number
|
||||
seconds of inactivity, or the entire server (all sessions) if the
|
||||
.Ic lock-server
|
||||
option is set.
|
||||
seconds of inactivity.
|
||||
The default is not to lock (set to 0).
|
||||
.It Ic lock-command Ar shell-command
|
||||
Command to run when locking each client.
|
||||
@ -2571,19 +2569,6 @@ The default is to run
|
||||
.Xr lock 1
|
||||
with
|
||||
.Fl np .
|
||||
.It Xo Ic lock-server
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
If this option is
|
||||
.Ic on
|
||||
(the default),
|
||||
instead of each session locking individually as each has been
|
||||
idle for
|
||||
.Ic lock-after-time ,
|
||||
the entire server will lock after
|
||||
.Em all
|
||||
sessions would have locked.
|
||||
This has no effect as a session option; it must be set as a global option.
|
||||
.It Ic message-command-style Ar style
|
||||
Set status line message command style, where
|
||||
.Ar style
|
||||
|
Reference in New Issue
Block a user