Colour+attribute options for status line alerts, from Alex Alexander.

This commit is contained in:
Nicholas Marriott
2010-05-14 19:03:09 +00:00
parent 4af4d12475
commit d91127958d
4 changed files with 27 additions and 2 deletions

10
tmux.1
View File

@@ -2073,6 +2073,16 @@ option for details of special character sequences available.
The default is
.Ql #I:#W#F .
.Pp
.It Ic window-status-alert-attr Ar attributes
Set status line attributes for windows which have an alert (bell, activity
or content).
.Pp
.It Ic window-status-alert-bg Ar colour
Set status line background colour for windows with an alert.
.Pp
.It Ic window-status-alert-fg Ar colour
Set status line foreground colour for windows with an alert.
.Pp
.It Ic window-status-current-attr Ar attributes
Set status line attributes for the currently active window.
.Pp