aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 22:14:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 22:14:12 +0000
commite1804719820ef59f4b4af7dd290821fab40657f8 (patch)
tree76034a8af7188dd43adab5f6b7ebd8b2327b9db8
parent73d1558ed0a7feb9bb90767b1852f8a989136c0d (diff)
downloadrtmux-e1804719820ef59f4b4af7dd290821fab40657f8.tar.gz
rtmux-e1804719820ef59f4b4af7dd290821fab40657f8.tar.bz2
rtmux-e1804719820ef59f4b4af7dd290821fab40657f8.zip
Update from Will Maier.
-rw-r--r--tmux.135
1 files changed, 34 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 7cc5706c..1a0967b8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.41 2008-06-19 22:04:02 nicm Exp $
+.\" $Id: tmux.1,v 1.42 2008-06-19 22:14:12 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -571,6 +571,15 @@ This setting applies only to new windows - existing window histories are not
resized and retain the limit at the point they were created.
.It Ic prefix Ar key
Set the current prefix key.
+.It Xo Ic set-titles
+.Op Ic on | Ic off
+.Xc
+Attempt to set the window title using the \ee]2;...\e007 xterm code.
+This option is enabled by default.
+Note that
+.Xr elinks 1
+will only attempt to set the window title if the STY environment
+variable is set.
.It Xo Ic status
.Op Ic on | Ic off
.Xc
@@ -591,6 +600,30 @@ or
.Ic default .
.It Ic status-fg Ar colour
Set status line foreground colour.
+.It Ic status-interval Ar interval
+Update the status bar every
+.Ar interval
+seconds.
+By default, updates will occur every 15 seconds.
+.It Ic status-left Ar string
+Display
+.Ar string
+to the left of the status bar.
+.Ar string
+will be passed through
+.Xr strftime 3
+before being displayed.
+By default, this setting is empty.
+.It Ic status-right Ar string
+Display
+.Ar string
+to the right of the status bar.
+By default, the date and time will be shown.
+As with
+.Ic status-left ,
+.Ar string
+will be passed to
+.Xr strftime 3 .
.El
.It Xo Ic set-window-option
.Op Fl t Ar target-window