aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-19 10:22:06 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-19 10:22:06 +0000
commitac5b7d518e78ed21ed8a9757f5ea3f49f407d232 (patch)
treece714e131cfbef0f7445ac9b657c34de9323af2d /tmux.1
parent8d4eae56626a40b24ce3964e2e2560b23082bde4 (diff)
downloadrtmux-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.19
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 2b356db1..3c550876 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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