From c6bd9e20635e4acbf8a65409aa9189edaf3cbc89 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Jan 2009 20:22:33 +0000 Subject: Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks! --- tmux.1 | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 01506c8e..ed691920 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.70 2009-01-26 18:22:55 nicm Exp $ +.\" $Id: tmux.1,v 1.71 2009-01-27 20:22:33 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -789,6 +789,22 @@ or .Ic default . .It Ic message-fg Ar colour Set status line message foreground colour. +.It Ic message-attr Ar attributes +Set status line message attributes, where +.Ar attributes +is either +.Ic default +or a comma-delimited list of one or more of: +.Ic bright +(or +.Ic bold ) , +.Ic dim , +.Ic underscore , +.Ic blink , +.Ic reverse , +.Ic hidden , +or +.Ic italics . .It Ic prefix Ar key Set the current prefix key. .It Ic repeat-time Ar number @@ -821,6 +837,8 @@ Show or hide the status line. Set status line background colour. .It Ic status-fg Ar colour Set status line foreground colour. +.It Ic status-attr Ar attributes +Set status line attributes. .It Ic status-interval Ar interval Update the status bar every .Ar interval @@ -930,6 +948,8 @@ A value of zero restores the default unlimited setting. Set window modes background colour. .It Ic mode-fg Ar colour Set window modes foreground colour. +.It Ic mode-attr Ar attributes +Set window modes attributes. .It Xo Ic mode-keys .Op Ic vi | Ic emacs .Xc -- cgit