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