@ -393,7 +393,7 @@ Options:\n\
if (strcmp(color, "magenta") == 0) bgcol = 5;
if (strcmp(color, "cyan") == 0) bgcol = 6;
if (strcmp(color, "white") == 0) bgcol = 7;
if (strcmp(color, "none") == 0) bgcol = -1;
if (strcmp(color, "default") == 0) bgcol = -1;
if (bgcol == -2) {
fprintf(stderr, "color %s not supported\n", color);
exit(EXIT_FAILURE);