diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-19 10:22:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-19 10:22:06 +0000 |
commit | ac5b7d518e78ed21ed8a9757f5ea3f49f407d232 (patch) | |
tree | ce714e131cfbef0f7445ac9b657c34de9323af2d /tmux.1 | |
parent | 8d4eae56626a40b24ce3964e2e2560b23082bde4 (diff) | |
download | rtmux-ac5b7d518e78ed21ed8a9757f5ea3f49f407d232.tar.gz rtmux-ac5b7d518e78ed21ed8a9757f5ea3f49f407d232.tar.bz2 rtmux-ac5b7d518e78ed21ed8a9757f5ea3f49f407d232.zip |
Don't interpret #() for display-message, it usually doesn't make sense and may
leak commands.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1992,10 +1992,11 @@ This command works only from inside .Op Ar message .Xc .D1 (alias: Ic display ) -Display a message (see the -.Ic status-left -option below) -in the status line. +Display a message in the status line. +The format of +.Ar message is as for +.Ic status-left , +with the exception that #() are not handled. .It Ic select-prompt Op Fl t Ar target-client Open a prompt inside .Ar target-client |