diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-15 23:42:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-15 23:42:21 +0000 |
commit | 5aa3098bb6c25e954cacc168a599d78447b4d005 (patch) | |
tree | 94e2c800f20ea5cf0a829622abf22580466b5634 /tmux.1 | |
parent | 3f20549f66f3041d2fe5f0f7ad458e85a1f80a8c (diff) | |
download | rtmux-5aa3098bb6c25e954cacc168a599d78447b4d005.tar.gz rtmux-5aa3098bb6c25e954cacc168a599d78447b4d005.tar.bz2 rtmux-5aa3098bb6c25e954cacc168a599d78447b4d005.zip |
Support #S #H in status-left/right.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.61 2009-01-15 21:24:03 tcunha Exp $ +.\" $Id: tmux.1,v 1.62 2009-01-15 23:42:21 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -759,6 +759,8 @@ 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 "#H" Ta "Hostname of local host" +.It Li "#S" Ta "Session name" .It Li "#T" Ta "Current window title" .It Li "##" Ta "A literal" Ql # .El |