diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-11 14:13:52 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-11 14:13:52 +0000 |
commit | 0ec1ce005c98f4fa1813cf47e4bcc11d8cd4b523 (patch) | |
tree | 91a9f9bb7432bfaeb28b0be6c5280582b045181d /tmux.1 | |
parent | f0cb57d8ac1a342c862320e30728ae2c1ea556aa (diff) | |
download | rtmux-0ec1ce005c98f4fa1813cf47e4bcc11d8cd4b523.tar.gz rtmux-0ec1ce005c98f4fa1813cf47e4bcc11d8cd4b523.tar.bz2 rtmux-0ec1ce005c98f4fa1813cf47e4bcc11d8cd4b523.zip |
Sync OpenBSD patchset 322:
Permit options such as status-bg to be configured using the entire 256 colour
palette by setting "colour0" to "colour255".
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.166 2009-09-08 00:01:11 tcunha Exp $ +.\" $Id: tmux.1,v 1.167 2009-09-11 14:13:52 tcunha 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: September 7 2009 $ +.Dd $Mdocdate: September 10 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1250,8 +1250,11 @@ is one of: .Ic blue , .Ic magenta , .Ic cyan , -.Ic white -or +.Ic white , +.Ic colour0 +to +.Ic colour255 +from the 256-colour palette, or .Ic default . .It Ic message-fg Ar colour Set status line message foreground colour. |