diff options
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5af5301cee1..6d4d8d779ab 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.39 2009/07/19 14:07:47 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.40 2009/07/20 09:15:18 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: July 19 2009 $ +.Dd $Mdocdate: July 20 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |