diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-08 16:11:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-08 16:11:52 +0000 |
commit | 7942e49aea6d07ee91e76f69470ba1b7fa1347e5 (patch) | |
tree | 1cb7aa5c5fe4edfafa0f523e40af0eae0ddfe7a8 | |
parent | 62d2ab3e687bfc7e0a02adedee30314b8ef1b08b (diff) | |
download | rtmux-7942e49aea6d07ee91e76f69470ba1b7fa1347e5.tar.gz rtmux-7942e49aea6d07ee91e76f69470ba1b7fa1347e5.tar.bz2 rtmux-7942e49aea6d07ee91e76f69470ba1b7fa1347e5.zip |
Session name is now shown.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.80 2009-02-07 08:35:26 nicm Exp $ +.\" $Id: tmux.1,v 1.81 2009-02-08 16:11:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -900,7 +900,7 @@ to the left of the status bar. will be passed through .Xr strftime 3 before being used. -By default, nothing is displayed. +By default, the session name is shown. .Ar string may contain any of the following special character pairs: .Bl -column "Character pair" "Replaced with" -offset indent |