aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-01-29 23:35:14 +0000
committerTiago Cunha <tcunha@gmx.com>2009-01-29 23:35:14 +0000
commit2bb499c8af141282401fef93c89224613df3b655 (patch)
treed7d9ac38d9bcbe8d124129b27443a6331248b43f /tmux.1
parent871f57cb63ca864e98084ccb434418d7cfd40f92 (diff)
downloadrtmux-2bb499c8af141282401fef93c89224613df3b655.tar.gz
rtmux-2bb499c8af141282401fef93c89224613df3b655.tar.bz2
rtmux-2bb499c8af141282401fef93c89224613df3b655.zip
Support #(command) in status-left, and status-right.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index ed691920..bf9a41f7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.71 2009-01-27 20:22:33 nicm Exp $
+.\" $Id: tmux.1,v 1.72 2009-01-29 23:35:14 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -857,6 +857,7 @@ By default, nothing is displayed.
may contain any of the following special character pairs:
.Bl -column "Character pair" "Replaced with" -offset indent
.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 "#S" Ta "Session name"
.It Li "#T" Ta "Current window title"