summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-03-30 21:07:50 -0300
committerandmarti1424 <andmarti@gmail.com>2017-03-30 21:07:50 -0300
commitaf9497492fe3619cb42c3542d91b9aeb5ab6a4d9 (patch)
treecbad0adb385beffdcc5d592e21ebe9305ef3ce9c /src/macros.h
parent4f7142ad03599096958f48b34fa195fee0df5aff (diff)
ncurses - Default background support
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h
index 6b2e006..6295e4a 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -44,6 +44,7 @@ extern WINDOW * input_win;
#define N_INIT_PAIRS 19
+#define DEFBG -1
#define BLACK COLOR_BLACK
#define RED COLOR_RED
#define GREEN COLOR_GREEN