diff options
author | nicm <nicm> | 2020-06-04 10:34:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-06-04 10:34:40 +0000 |
commit | a9bf5367da4ee133c417ae00dc87e97d71b7f955 (patch) | |
tree | 90400d2e005ed6220d46ee92b485b9db46d021a9 | |
parent | dc74d2e0546f86f9745f730c21a286ddc0f3d6c1 (diff) | |
download | rtmux-a9bf5367da4ee133c417ae00dc87e97d71b7f955.tar.gz rtmux-a9bf5367da4ee133c417ae00dc87e97d71b7f955.tar.bz2 rtmux-a9bf5367da4ee133c417ae00dc87e97d71b7f955.zip |
Correct respawn-* - they don't always use the creation command.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2519,7 +2519,8 @@ Reactivate a pane in which the command has exited (see the window option). If .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 .Fl k 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). If .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 .Fl k is given, in which case any existing command is killed. |