/** \file color.h Exported functions from color.c. */ /** "\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" void color_parse_or_die(const char *value, char *dst);