diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-02-10 19:17:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-02-10 19:17:28 +0000 |
commit | 75d63d6e81df861e5bf4baf7f3ccfac6a2953471 (patch) | |
tree | 577b71083fa27e2a104347b62463902a69bf23f2 /usr.bin | |
parent | e4ee238d1ba43108d013d81931f669928a6827c4 (diff) |
Clarify default status-right, from Seth Wright.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3e0a770da7e..99a86842d64 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.150 2010/02/08 00:14:38 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.151 2010/02/10 19:17:27 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 8 2010 $ +.Dd $Mdocdate: February 10 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1663,7 +1663,8 @@ The default is 10. Display .Ar string to the right of the status bar. -By default, the date and time will be shown. +By default, the current window title in double quotes, the date and the time +are shown. As with .Ic status-left , .Ar string |