Paraslash Audio Streaming | |
About News Download Documentation Development |
Functions for printing colored messages. More...
Functions | |
void | color_parse_or_die (const char *value, char *dst) |
Create an escape sequence for colored output. More... | |
Functions for printing colored messages.
void color_parse_or_die | ( | const char * | value, |
char * | dst | ||
) |
Create an escape sequence for colored output.
value | Human-readable color spec. |
dst | Result pointer for the escape sequence. |
Format of value: [fg [bg]] [attr].
References COLOR_RESET, and para_isspace.
Referenced by daemon_set_log_color_or_die().