summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/colors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/colors.h b/include/colors.h
index 97efc486a..df6feb739 100644
--- a/include/colors.h
+++ b/include/colors.h
@@ -39,6 +39,7 @@
#define UL_COLOR_WHITE "\033[1;37m"
+
/* --color[=WHEN] */
enum colortmode {
UL_COLORMODE_AUTO = 0,
@@ -49,6 +50,12 @@ enum colortmode {
__UL_NCOLORMODES /* last */
};
+#ifdef USE_COLORS_BY_DEFAUL
+# define USAGE_COLORS_DEFAULT N_("colors enabled by default")
+#else
+# define USAGE_COLORS_DEFAULT N_("colors disabled by default")
+#endif
+
extern int colormode_from_string(const char *str);
extern int colormode_or_err(const char *str, const char *errmsg);