Sync OpenBSD patchset 701:

Colour+attribute options for status line alerts, from Alex Alexander.
This commit is contained in:
Tiago Cunha
2010-06-05 23:56:29 +00:00
parent 6c6255f2d7
commit 11cd05db27
4 changed files with 31 additions and 6 deletions

12
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.250 2010-06-05 23:54:51 tcunha Exp $
.\" $Id: tmux.1,v 1.251 2010-06-05 23:56:29 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@ -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