summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-20 19:51:28 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-20 19:51:28 +0000
commit8cf19ab770e03f0dccc4731852a23d670b3ebad2 (patch)
treedb08e9683f7ad47d4363d3c69a0d60a8a0e03ad6 /tmux.1
parent199d148740877c5cf066fc26f72d4f4c21d68373 (diff)
Add some trivial additional status line attributes from jwcxz at users
dot sourceforge dot net.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.131
1 files changed, 24 insertions, 7 deletions
diff --git a/tmux.1 b/tmux.1
index 6b036bb3..6a73949a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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.