From a2c81e16f9686ba2e811d127711101acaf573cba Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 20 Jan 2012 19:51:29 +0000 Subject: Add some trivial additional status line attributes from jwcxz at users dot sourceforge dot net. --- usr.bin/tmux/tmux.1 | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'usr.bin/tmux/tmux.1') 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 .\" @@ -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. -- cgit v1.2.3