diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:42:14 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:42:14 +0000 |
commit | 6b19621112c2fccdcde88f864291ef0939820b0d (patch) | |
tree | e0597f1f285b1441cc9dd9e4f712c6fdc3dacbab /tmux.1 | |
parent | 324ffe20e973969a404ad7fc17697119483e0c12 (diff) | |
download | rtmux-6b19621112c2fccdcde88f864291ef0939820b0d.tar.gz rtmux-6b19621112c2fccdcde88f864291ef0939820b0d.tar.bz2 rtmux-6b19621112c2fccdcde88f864291ef0939820b0d.zip |
Sync OpenBSD patchset 833:
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.289 2011-01-13 19:59:48 nicm Exp $ +.\" $Id: tmux.1,v 1.290 2011-01-21 23:42:14 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1797,8 +1797,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 |