summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index e74ad70..606c748 100644
--- a/types.h
+++ b/types.h
@@ -85,6 +85,7 @@ typedef struct ErrCtx {
const char *filename;
char *str; /* file contents */
bool enabled;
+ bool color_enabled;
struct Location *instance_stack; /* stack of locations which generate the instances we're dealing with */
} ErrCtx;