aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-22 16:54:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-22 16:54:08 +0000
commit46383e33f8ab7511446baaf81ffb43243230c51f (patch)
tree8a8b09c186a72620baa3916b90e06066042990de /tmux.h
parent76019e1d527ab8b1634f93ac98daf41165bb91ae (diff)
downloadrtmux-46383e33f8ab7511446baaf81ffb43243230c51f.tar.gz
rtmux-46383e33f8ab7511446baaf81ffb43243230c51f.tar.bz2
rtmux-46383e33f8ab7511446baaf81ffb43243230c51f.zip
Don't be clever and translate default colour.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b7a6febc..16010d37 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.161 2008-06-21 14:11:39 nicm Exp $ */
+/* $Id: tmux.h,v 1.162 2008-06-22 16:54:08 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -484,7 +484,7 @@ struct screen_write_ctx {
/* Screen default contents. */
#define SCREEN_DEFDATA ' '
#define SCREEN_DEFATTR 0
-#define SCREEN_DEFCOLR 0x70 /* white on black */
+#define SCREEN_DEFCOLR 0x88 /* default on default ;-) */
/* Input parser sequence argument. */
struct input_arg {