diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-20 09:15:18 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-20 09:15:18 +0000 |
commit | e32e0d569294ca7162f197cc7c369cd57050b193 (patch) | |
tree | 809904a7a07925d9e8400f6ec0ad0846ad597297 /tmux.1 | |
parent | 73732ffa0585faacb53b6f7bb9f741c54251dd6d (diff) | |
download | rtmux-e32e0d569294ca7162f197cc7c369cd57050b193.tar.gz rtmux-e32e0d569294ca7162f197cc7c369cd57050b193.tar.bz2 rtmux-e32e0d569294ca7162f197cc7c369cd57050b193.zip |
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 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |