diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-16 14:01:15 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-16 14:01:15 +0100 |
commit | 2103a09430142725ea933dcf434c79460ab419f1 (patch) | |
tree | a5ee1d7b8a303078b713a891edc0a177082522bb /tmux.1 | |
parent | 0824850bbce86c395230700cb10c81f162319858 (diff) | |
parent | c6a8ad23a14034ee956bcb45748f743ef5d0c1fc (diff) | |
download | rtmux-2103a09430142725ea933dcf434c79460ab419f1.tar.gz rtmux-2103a09430142725ea933dcf434c79460ab419f1.tar.bz2 rtmux-2103a09430142725ea933dcf434c79460ab419f1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1465,6 +1465,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 @@ -1472,11 +1473,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 |