From afd3127d8902758ae50ced1b5cccd768d48c5fad Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 6 Feb 2019 07:36:06 +0000 Subject: Add -b to display-panes like run-shell, GitHub issue 1559. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e3409a96..756ee964 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit