aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-06 22:21:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-06 22:21:02 +0000
commitffce6b34b2da3b78fd0cfae9e031a54027d7f7a7 (patch)
treee8cd25db87cbec15471705f039cf7cafe3f1fada /tmux.1
parent108fb38cbc23fe2be642dc2acc62d7d4e059b01a (diff)
downloadrtmux-ffce6b34b2da3b78fd0cfae9e031a54027d7f7a7.tar.gz
rtmux-ffce6b34b2da3b78fd0cfae9e031a54027d7f7a7.tar.bz2
rtmux-ffce6b34b2da3b78fd0cfae9e031a54027d7f7a7.zip
|PatchSet 876
|Date: 2011/03/29 20:30:16 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |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.112
1 files changed, 9 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 0afe7d81..be558b43 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.299 2011-04-06 22:20:16 nicm Exp $
+.\" $Id: tmux.1,v 1.300 2011-04-06 22:21:02 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -2615,7 +2615,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 )
@@ -2629,7 +2630,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