From 7ec5be30df05141b6a3153b910db95e64de5c840 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 12 Oct 2007 12:08:51 +0000 Subject: set status, status-fg, status-bg. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index e16d00c3..ce162bf6 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.54 2007-10-12 11:24:15 nicm Exp $ */ +/* $Id: tmux.h,v 1.55 2007-10-12 12:08:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -497,6 +497,7 @@ extern volatile sig_atomic_t sigterm; extern int prefix_key; extern int debug_level; extern u_int status_lines; +extern u_char status_colour; extern char *default_command; void usage(char **, const char *, ...); void logfile(const char *); -- cgit