mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Correct respawn-* - they don't always use the creation command.
This commit is contained in:
parent
dc74d2e054
commit
a9bf5367da
6
tmux.1
6
tmux.1
@ -2519,7 +2519,8 @@ Reactivate a pane in which the command has exited (see the
|
|||||||
window option).
|
window option).
|
||||||
If
|
If
|
||||||
.Ar shell-command
|
.Ar shell-command
|
||||||
is not given, the command used when the pane was created is executed.
|
is not given, the command used when the pane was created or last respawned is
|
||||||
|
executed.
|
||||||
The pane must be already inactive, unless
|
The pane must be already inactive, unless
|
||||||
.Fl k
|
.Fl k
|
||||||
is given, in which case any existing command is killed.
|
is given, in which case any existing command is killed.
|
||||||
@ -2543,7 +2544,8 @@ Reactivate a window in which the command has exited (see the
|
|||||||
window option).
|
window option).
|
||||||
If
|
If
|
||||||
.Ar shell-command
|
.Ar shell-command
|
||||||
is not given, the command used when the window was created is executed.
|
is not given, the command used when the window was created or last respawned is
|
||||||
|
executed.
|
||||||
The window must be already inactive, unless
|
The window must be already inactive, unless
|
||||||
.Fl k
|
.Fl k
|
||||||
is given, in which case any existing command is killed.
|
is given, in which case any existing command is killed.
|
||||||
|
Loading…
Reference in New Issue
Block a user