aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index c1bebcab1..27fdb9ceb 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -53,6 +53,11 @@ static const struct debug_info debug_info[] = {
static int use_color = 1;
+void debug_use_color(int color)
+{
+ use_color = color;
+}
+
/*
* Parse the category mask.
* category1:category2:category3