diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-20 21:20:35 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-20 21:20:35 +0000 |
commit | b7551c9193c6fe48c68a5555b9b51a9cc3f69511 (patch) | |
tree | 38d66aace19408b94db8042170ed3359ca4e3944 /tmux.1 | |
parent | d4312281da242d980e7f84555dc713f58c64b9a7 (diff) | |
download | rtmux-b7551c9193c6fe48c68a5555b9b51a9cc3f69511.tar.gz rtmux-b7551c9193c6fe48c68a5555b9b51a9cc3f69511.tar.bz2 rtmux-b7551c9193c6fe48c68a5555b9b51a9cc3f69511.zip |
Sync OpenBSD patchset 1001:
Add some trivial additional status line attributes from jwcxz at users
dot sourceforge dot net.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 31 |
1 files changed, 24 insertions, 7 deletions
@@ -2520,15 +2520,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. |