mirror of
https://github.com/tmux/tmux.git
synced 2026-04-18 10:48:43 +00:00
Add remain-on-exit key to keep pane around until a key is pressed, from
Michael Grant.
This commit is contained in:
5
tmux.1
5
tmux.1
@@ -5569,13 +5569,16 @@ uses when the colour with that index is requested.
|
||||
The index may be from zero to 255.
|
||||
.Pp
|
||||
.It Xo Ic remain\-on\-exit
|
||||
.Op Ic on | off | failed
|
||||
.Op Ic on | off | failed | key
|
||||
.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.
|
||||
If set to
|
||||
.Ic key ,
|
||||
the pane stays open and closes when a key is pressed.
|
||||
The pane may be reactivated with the
|
||||
.Ic respawn\-pane
|
||||
command.
|
||||
|
||||
Reference in New Issue
Block a user