diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-01-08 00:48:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-01-08 00:48:55 +0000 |
commit | 4f2baba24cae23530d9c11975caf2ade6b71ff6d (patch) | |
tree | 34e1f1dada0d208e04cd1e99df9a1db3fe605439 /usr.bin/tmux/tmux.1 | |
parent | 58a8e761531f995ce31d0f8cdea924d05310d058 (diff) |
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index b35fe796e0b..974fa3cfaff 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.204 2011/01/04 02:03:41 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.205 2011/01/08 00:48:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 4 2011 $ +.Dd $Mdocdate: January 8 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -1793,8 +1793,11 @@ is one of: .Ic colour0 to .Ic colour255 -from the 256-colour palette, or -.Ic default . +from the 256-colour set, +.Ic default , +or a hexadecimal RGB string such as +.Ql #ffffff , +which chooses the closest match from the default 256-colour set. .It Ic message-fg Ar colour Set status line message foreground colour. .It Ic message-limit Ar number |