udp_send.c: Remove pointless function.
[paraslash.git] / color.h
1 /** \file color.h Exported functions from color.c. */
2
3
4 /** "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */
5 #define COLOR_MAXLEN 24
6
7 /** Switch back to normal colors. */
8 #define COLOR_RESET "\033[m"
9
10 void color_parse_or_die(const char *value, char *dst);