diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-07-27 10:01:21 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-07-27 10:01:21 +0100 |
commit | 2fdd5fa507c0698b92f401a5e7d8cc1e7118775e (patch) | |
tree | 8c3cb31a0f8828272f8c8946ca017f915edd7041 /tmux.1 | |
parent | 90158b59770cbc1e639dda229c98b1781bbf9619 (diff) | |
parent | 40e65c511502fe47932e230290537e7391ab8a83 (diff) | |
download | rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.gz rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.bz2 rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5378,6 +5378,7 @@ The following keys are also available: .It Xo Ic display-message .Op Fl aIpv .Op Fl c Ar target-client +.Op Fl d Ar delay .Op Fl t Ar target-pane .Op Ar message .Xc @@ -5387,7 +5388,14 @@ If .Fl p is given, the output is printed to stdout, otherwise it is displayed in the .Ar target-client -status line. +status line for up to +.Ar delay +milliseconds. +If +.Ar delay +is not given, the +.Ic message-time +option is used; a delay of zero waits for a key press. The format of .Ar message is described in the |