diff options
author | nicm <nicm> | 2021-04-12 09:36:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-04-12 09:36:12 +0000 |
commit | e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7 (patch) | |
tree | 6c99cf6da3a6d22ecbb9b69dfc7696e5fb31c796 /tmux.1 | |
parent | cd208c9d72df79a34024df6b8eb8f984613de8ef (diff) | |
download | rtmux-e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7.tar.gz rtmux-e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7.tar.bz2 rtmux-e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7.zip |
Add a flag to disable keys to close a message, GitHub issue 2625.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5565,7 +5565,7 @@ The following keys are also available: .It Li "q" Ta "Exit menu" .El .It Xo Ic display-message -.Op Fl aIpv +.Op Fl aINpv .Op Fl c Ar target-client .Op Fl d Ar delay .Op Fl t Ar target-pane @@ -5585,6 +5585,8 @@ If is not given, the .Ic message-time option is used; a delay of zero waits for a key press. +.Ql N +ignores key presses and closes only after the delay expires. The format of .Ar message is described in the |