filter.h: Kill some unused fields of struct filter_node.
[paraslash.git] / color.h
diff --git a/color.h b/color.h
index 10b4c28a41f64bfa64813eb666beb1fc0c004315..12972b3a2f1b7181305a6f34949a4bcfa08ad1b6 100644 (file)
--- a/color.h
+++ b/color.h
@@ -4,6 +4,7 @@
 /** "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */
 #define COLOR_MAXLEN 24
 
+/** Switch back to normal colors. */
 #define COLOR_RESET "\033[m"
 
 int color_parse(const char *value, char *dst);