X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=color.h;h=12972b3a2f1b7181305a6f34949a4bcfa08ad1b6;hb=732734671a6d8cc8960c3c5a67d25f85ba6d7cb4;hp=10b4c28a41f64bfa64813eb666beb1fc0c004315;hpb=11018ebcc1cb1c002fc3488d247a43774ca408d7;p=paraslash.git diff --git a/color.h b/color.h index 10b4c28a..12972b3a 100644 --- 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);