diff options
author | nicm <nicm> | 2017-08-16 12:12:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-16 12:12:54 +0000 |
commit | c6a8ad23a14034ee956bcb45748f743ef5d0c1fc (patch) | |
tree | 40b2f6fb8e7b9af0f5f874cdfd92d6c88f2f4597 /tmux.1 | |
parent | c1ec28a34bea8759481308425d7918721ef62a94 (diff) | |
download | rtmux-c6a8ad23a14034ee956bcb45748f743ef5d0c1fc.tar.gz rtmux-c6a8ad23a14034ee956bcb45748f743ef5d0c1fc.tar.bz2 rtmux-c6a8ad23a14034ee956bcb45748f743ef5d0c1fc.zip |
Add -d flag to display-panes to specify timeout, and make 0 mean no
timeout. From Laurens Post.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1461,6 +1461,7 @@ specifies the format for each item in the tree. This command works only if at least one client is attached. .It Xo .Ic display-panes +.Op Fl d Ar duration .Op Fl t Ar target-client .Op Ar template .Xc @@ -1468,11 +1469,19 @@ This command works only if at least one client is attached. Display a visible indicator of each pane shown by .Ar target-client . See the -.Ic display-panes-time , -.Ic display-panes-colour , +.Ic display-panes-colour and .Ic display-panes-active-colour session options. +The indicator is closed when a key is pressed or +.Ar duration +milliseconds have passed. +If +.Fl d +is not given, +.Ic display-panes-time +is used. +A duration of zero means the indicator stays until a key is pressed. While the indicator is on screen, a pane may be chosen with the .Ql 0 to |