diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-01-04 10:01:20 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-01-04 10:01:20 +0000 |
commit | 5a2db4c7e8ba94fadb31075e6813cf53b87b5366 (patch) | |
tree | 7cbd0a3f9fcf8d0faba5aef225c7740b0c2818e2 /tmux.1 | |
parent | f04cc3997629823f0e304d4e4184e2ec93c703f0 (diff) | |
parent | bd0fb22f0a206a73ec3f41322571d56d9d7d7c5d (diff) | |
download | rtmux-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.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |