summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2012-11-27 13:52:24 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2012-11-27 13:52:24 +0000
commit1533e93900f0e5d84a4eb84f45a6215b09a9f3f6 (patch)
tree4697e81721dc63d3c8d124349cbaa028754935c8 /usr.bin/tmux/tmux.1
parent53ce36e7f75330eab0be00d981db6a9ab59ef5e0 (diff)
Add window-status-last-* options, from Boris Faure.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.113
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 3922a395e08..28e21467737 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.306 2012/11/19 10:50:24 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.307 2012/11/27 13:52:23 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: November 19 2012 $
+.Dd $Mdocdate: November 27 2012 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -2823,6 +2823,15 @@ Like
.Ar window-status-format ,
but is the format used when the window is the current window.
.Pp
+.It Ic window-status-last-attr Ar attributes
+Set status line attributes for the last active window.
+.Pp
+.It Ic window-status-last-bg Ar colour
+Set status line background colour for the last active window.
+.Pp
+.It Ic window-status-last-fg Ar colour
+Set status line foreground colour for the last active window.
+.Pp
.It Ic window-status-fg Ar colour
Set status line foreground colour for a single window.
.Pp