From 76cfb5f471ac785b133cdfd6ec53a5097c0bdf3c Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 26 Nov 2020 09:19:10 +0000 Subject: Add -N flag to display-panes to ignore keys, GitHub issue 2473. --- tmux.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 37f6f165..4cc4bfe4 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2098,7 +2098,7 @@ starts without the option information. This command works only if at least one client is attached. .It Xo .Ic display-panes -.Op Fl b +.Op Fl bN .Op Fl d Ar duration .Op Fl t Ar target-client .Op Ar template @@ -2111,7 +2111,8 @@ See the and .Ic display-panes-active-colour session options. -The indicator is closed when a key is pressed or +The indicator is closed when a key is pressed (unless +.Fl N is given) or .Ar duration milliseconds have passed. If -- cgit