diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 15:57:05 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 15:57:05 +0000 |
commit | e8957009c7766fae83e892c3606b4d163db35b7e (patch) | |
tree | 9327dfeb71a8868bbd5a18305f95b70186834fc0 /tmux.1 | |
parent | 62017452e958cd6fad19d5ca9c7eb56b63bf90a0 (diff) | |
download | rtmux-e8957009c7766fae83e892c3606b4d163db35b7e.tar.gz rtmux-e8957009c7766fae83e892c3606b4d163db35b7e.tar.bz2 rtmux-e8957009c7766fae83e892c3606b4d163db35b7e.zip |
Sync OpenBSD patchset 146:
New options, window-status-current-{fg,bg,attr}, to set the fg, bg and
attributes with which the current window is shown in the status line. From
Johan Friis, thanks.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.125 2009-07-20 15:46:55 tcunha Exp $ +.\" $Id: tmux.1,v 1.126 2009-07-20 15:57:05 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1489,6 +1489,12 @@ Set status line attributes for a single window. Set status line background colour for a single window. .It Ic window-status-fg Ar colour Set status line foreground colour for a single window. +.It Ic window-status-current-attr Ar attributes +Set status line attributes for the currently active window. +.It Ic window-status-current-bg Ar colour +Set status line background colour for the currently active window. +.It Ic window-status-current-fg Ar colour +Set status line foreground colour for the currently active window. .It Xo Ic xterm-keys .Op Ic on | Ic off .Xc |