summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-03-31 09:44:51 -0300
committermongo <andmarti@gmail.com>2017-03-31 09:44:51 -0300
commitb1b19c9b3cb04b00c77ac355aff0714a51fcfbbc (patch)
tree500e272d7c49a8bf77a5a808f22229b30ac3c208 /src/macros.h
parente246b4dc5b22cb8623c038a52c5fbeabe1cdf91e (diff)
Change DEFBG to DEFAULT_COLOR
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index 6295e4a..2b913e4 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -44,7 +44,7 @@ extern WINDOW * input_win;
#define N_INIT_PAIRS 19
-#define DEFBG -1
+#define DEFAULT_COLOR -1
#define BLACK COLOR_BLACK
#define RED COLOR_RED
#define GREEN COLOR_GREEN