diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.176 2008-07-23 23:44:50 nicm Exp $ */ +/* $Id: tmux.h,v 1.177 2008-07-24 21:42:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -517,11 +517,6 @@ struct screen_write_ctx { n, m, o, p); \ } while (0) -/* Screen default contents. */ -#define SCREEN_DEFDATA ' ' -#define SCREEN_DEFATTR 0 -#define SCREEN_DEFCOLR 0x88 /* default on default ;-) */ - /* Input parser sequence argument. */ struct input_arg { u_char data[64]; |