aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-27 20:22:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-27 20:22:33 +0000
commitc6bd9e20635e4acbf8a65409aa9189edaf3cbc89 (patch)
treeb879376b210ca58c82e3d9af88134c0b2c3343f1 /tmux.1
parentd697090fa451e9d78b31fdfff89f333d827ddd0a (diff)
downloadrtmux-c6bd9e20635e4acbf8a65409aa9189edaf3cbc89.tar.gz
rtmux-c6bd9e20635e4acbf8a65409aa9189edaf3cbc89.tar.bz2
rtmux-c6bd9e20635e4acbf8a65409aa9189edaf3cbc89.zip
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!
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.122
1 files changed, 21 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
.\"
@@ -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