Add exit-empty option to exit server if no sessions (defaults to on).

This commit is contained in:
nicm
2018-02-22 10:54:51 +00:00
parent ab6f0bb348
commit 623f4b12d3
3 changed files with 14 additions and 0 deletions

5
tmux.1
View File

@ -2503,6 +2503,11 @@ Set the time in milliseconds for which
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-empty
.Op Ic on | off
.Xc
If enabled (the default), the server will exit when there are no active
sessions.
.It Xo Ic exit-unattached
.Op Ic on | off
.Xc