From 0ba0fd389c211c35958a383cbaea138f6eebea91 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 9 Oct 2008 22:00:33 +0000 Subject: Translate 256 colours to 16. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index a1d48698..cd95fb9f 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.192 2008-10-09 21:22:16 nicm Exp $ */ +/* $Id: tmux.h,v 1.193 2008-10-09 22:00:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1136,6 +1136,7 @@ void input_key(struct window *, int); /* colour.c */ const char *colour_tostring(u_char); u_char colour_fromstring(const char *); +u_char colour_translate256(u_char); /* grid.c */ extern const struct grid_cell grid_default_cell; -- cgit