diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-06-04 12:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-06-04 12:01:20 +0100 |
commit | 81ba6477ff6b8b6d3811d7f902a6d34cbba7533b (patch) | |
tree | 75673ecc5394fa4258952435a0c96df78c716c9a /tmux.1 | |
parent | 23a3742dc89131a32de2ae71c697a39e7a2a2956 (diff) | |
parent | 4ea3370316671084da16070137c4be6505d723bc (diff) | |
download | rtmux-81ba6477ff6b8b6d3811d7f902a6d34cbba7533b.tar.gz rtmux-81ba6477ff6b8b6d3811d7f902a6d34cbba7533b.tar.bz2 rtmux-81ba6477ff6b8b6d3811d7f902a6d34cbba7533b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-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. |