aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-01-04 10:01:20 +0000
committerThomas Adam <thomas@xteddy.org>2021-01-04 10:01:20 +0000
commit5a2db4c7e8ba94fadb31075e6813cf53b87b5366 (patch)
tree7cbd0a3f9fcf8d0faba5aef225c7740b0c2818e2 /tmux.1
parentf04cc3997629823f0e304d4e4184e2ec93c703f0 (diff)
parentbd0fb22f0a206a73ec3f41322571d56d9d7d7c5d (diff)
downloadrtmux-5a2db4c7e8ba94fadb31075e6813cf53b87b5366.tar.gz
rtmux-5a2db4c7e8ba94fadb31075e6813cf53b87b5366.tar.bz2
rtmux-5a2db4c7e8ba94fadb31075e6813cf53b87b5366.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index d107468b..b4d6504d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4181,10 +4181,13 @@ interactive application starts and restores it on exit, so that any output
visible before the application starts reappears unchanged after it exits.
.Pp
.It Xo Ic remain-on-exit
-.Op Ic on | off
+.Op Ic on | off | failed
.Xc
A pane with this flag set is not destroyed when the program running in it
exits.
+If set to
+.Ic failed ,
+then only when the program exit status is not zero.
The pane may be reactivated with the
.Ic respawn-pane
command.