diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-20 19:51:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-20 19:51:29 +0000 |
commit | a2c81e16f9686ba2e811d127711101acaf573cba (patch) | |
tree | 338c962aa4a2b6e74fb86674b3c6c43406153405 /usr.bin/tmux/tmux.1 | |
parent | a897309ac5c4a5974328a175110ab1b2bbfe3031 (diff) |
Add some trivial additional status line attributes from jwcxz at users
dot sourceforge dot net.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 051d6bdea54..3ebd4bcba1f 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.263 2012/01/20 19:16:16 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.264 2012/01/20 19:51:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2516,15 +2516,32 @@ Instructs .Nm to expect UTF-8 sequences to appear in this window. .Pp -.It Ic window-status-alert-attr Ar attributes -Set status line attributes for windows which have an alert (bell, activity -or content). +.It Ic window-status-bell-attr Ar attributes +Set status line attributes for windows which have a bell alert. .Pp -.It Ic window-status-alert-bg Ar colour -Set status line background colour for windows with an alert. +.It Ic window-status-bell-bg Ar colour +Set status line background colour for windows with a bell alert. .Pp -.It Ic window-status-alert-fg Ar colour -Set status line foreground colour for windows with an alert. +.It Ic window-status-bell-fg Ar colour +Set status line foreground colour for windows with a bell alert. +.Pp +.It Ic window-status-content-attr Ar attributes +Set status line attributes for windows which have a content alert. +.Pp +.It Ic window-status-content-bg Ar colour +Set status line background colour for windows with a content alert. +.Pp +.It Ic window-status-content-fg Ar colour +Set status line foreground colour for windows with a content alert. +.Pp +.It Ic window-status-activity-attr Ar attributes +Set status line attributes for windows which have an activity (or silence) alert. +.Pp +.It Ic window-status-activity-bg Ar colour +Set status line background colour for windows with an activity alert. +.Pp +.It Ic window-status-activity-fg Ar colour +Set status line foreground colour for windows with an activity alert. .Pp .It Ic window-status-attr Ar attributes Set status line attributes for a single window. |