diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-03-29 19:30:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-03-29 19:30:16 +0000 |
commit | d88c20e718f71acf146cb91eda2f818f37003ad0 (patch) | |
tree | ece102e67dfbb7fa22a061da4c4f4feec994c358 /tmux.1 | |
parent | f19a4bf9d1af2f512b841ca9dabdf81592e0f4ea (diff) | |
download | rtmux-d88c20e718f71acf146cb91eda2f818f37003ad0.tar.gz rtmux-d88c20e718f71acf146cb91eda2f818f37003ad0.tar.bz2 rtmux-d88c20e718f71acf146cb91eda2f818f37003ad0.zip |
Change -t on display-message to be target-pane for the #[A-Z]
replacements and add -c as target-client.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -2611,7 +2611,8 @@ This command works only from inside .Nm . .It Xo Ic display-message .Op Fl p -.Op Fl t Ar target-client +.Op Fl c Ar target-client +.Op Fl t Ar target-pane .Op Ar message .Xc .D1 (alias: Ic display ) @@ -2625,7 +2626,12 @@ The format of .Ar message is as for .Ic status-left , -with the exception that #() are not handled. +with the exception that #() are not handled; information is taken from +.Ar target-pane +if +.Fl t +is given, otherwise the active pane for the session attached to +.Ar target-client . .El .Sh BUFFERS .Nm |