diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-17 18:32:54 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-17 18:32:54 +0000 |
commit | ae7dda10ceaf340fdeb4b365b79ca77789ebd844 (patch) | |
tree | 0e383c65c0da8455c9d9ed17a35c1648a7c8f508 /tmux.1 | |
parent | 646632de1d1d88049c8e06604214104c99b9c97d (diff) | |
download | rtmux-ae7dda10ceaf340fdeb4b365b79ca77789ebd844.tar.gz rtmux-ae7dda10ceaf340fdeb4b365b79ca77789ebd844.tar.bz2 rtmux-ae7dda10ceaf340fdeb4b365b79ca77789ebd844.zip |
- New command display-message (alias display) to display a message in the
status line (bound to "i" by default).
- Add support for including the window index, pane index, and window name
in status-left, or status-right.
- Bump protocol version.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.117 2009-07-17 07:45:42 nicm Exp $ +.\" $Id: tmux.1,v 1.118 2009-07-17 18:32:54 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -703,6 +703,15 @@ or the top buffer if not specified. .D1 (alias: Ic detach ) Detach the current client if bound to a key, or the specified client with .Fl t . +.It Xo Ic display-message +.Op Fl t Ar target-client +.Op Ar message +.Xc +.D1 (alias: Ic display ) +Display a message (see the +.Ic status-left +option below) +in the status line. .It Xo Ic down-pane .Op Fl p Ar pane-index .Op Fl t Ar target-window @@ -1248,8 +1257,11 @@ may contain any of the following special character pairs: .It Sy "Character pair" Ta Sy "Replaced with" .It Li "#(command)" Ta "First line of command's output" .It Li "#H" Ta "Hostname of local host" +.It Li "#I" Ta "Current window index" +.It Li "#P" Ta "Current pane index" .It Li "#S" Ta "Session name" .It Li "#T" Ta "Current window title" +.It Li "#W" Ta "Current window name" .It Li "##" Ta "A literal" Ql # .El .Pp |