summaryrefslogtreecommitdiffstats
path: root/ctx.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-10-04 13:22:23 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-10-04 13:22:23 -0400
commitb3312002a5d96cd486156a711d3c1861c150b7c6 (patch)
treeadf8ce0d8d3984bb54c7b82af89f9aa3d90d294a /ctx.h
parentb0282202ce8b361110ef32b18e7159edc604929d (diff)
downloadbfs-b3312002a5d96cd486156a711d3c1861c150b7c6.tar.xz
parse: Fail if -color is passed and the colors couldn't be parsed
Diffstat (limited to 'ctx.h')
-rw-r--r--ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctx.h b/ctx.h
index b638e74..ec626c5 100644
--- a/ctx.h
+++ b/ctx.h
@@ -84,6 +84,8 @@ struct bfs_ctx {
/** Color data. */
struct colors *colors;
+ /** The error that occurred parsing the color table, if any. */
+ int colors_error;
/** Colored stdout. */
CFILE *cout;
/** Colored stderr. */