diff options
author | nicm <nicm> | 2019-02-06 07:36:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-02-06 07:36:06 +0000 |
commit | afd3127d8902758ae50ced1b5cccd768d48c5fad (patch) | |
tree | 9edf277ecec175188ac5cc27133c361863c7a3d6 /tmux.1 | |
parent | 2ea22fce5e5904720220962aaef65cc3a3a94152 (diff) | |
download | rtmux-afd3127d8902758ae50ced1b5cccd768d48c5fad.tar.gz rtmux-afd3127d8902758ae50ced1b5cccd768d48c5fad.tar.bz2 rtmux-afd3127d8902758ae50ced1b5cccd768d48c5fad.zip |
Add -b to display-panes like run-shell, GitHub issue 1559.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1526,6 +1526,7 @@ first. This command works only if at least one client is attached. .It Xo .Ic display-panes +.Op Fl b .Op Fl d Ar duration .Op Fl t Ar target-client .Op Ar template @@ -1559,6 +1560,9 @@ substituted by the pane ID. The default .Ar template is "select-pane -t '%%'". +With +.Fl b , +other commands are not blocked from running until the indicator is closed. .It Xo Ic find-window .Op Fl CNTZ .Op Fl t Ar target-pane |