1 /** \file color.h Exported functions from color.c. */
4 /** "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */
5 #define COLOR_MAXLEN 24
7 /** Switch back to normal colors. */
8 #define COLOR_RESET "\033[m"
10 int color_parse(const char *value
, char *dst
);