diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-05 23:56:29 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-05 23:56:29 +0000 |
commit | 11cd05db271713b06a3b538f1caf710a3e1b3b4a (patch) | |
tree | 7ecd6cfbd9a85a306638f28a9b8a737fa0d0af44 /tmux.1 | |
parent | 6c6255f2d733cc6e7ffc64a065b80825d33f8c40 (diff) | |
download | rtmux-11cd05db271713b06a3b538f1caf710a3e1b3b4a.tar.gz rtmux-11cd05db271713b06a3b538f1caf710a3e1b3b4a.tar.bz2 rtmux-11cd05db271713b06a3b538f1caf710a3e1b3b4a.zip |
Sync OpenBSD patchset 701:
Colour+attribute options for status line alerts, from Alex Alexander.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |