set status, status-fg, status-bg.

This commit is contained in:
Nicholas Marriott
2007-10-12 12:08:51 +00:00
parent ffa8dcc4da
commit 7ec5be30df
6 changed files with 64 additions and 17 deletions

3
tmux.h
View File

@ -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 <nicm@users.sourceforge.net>
@ -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 *);