X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=color.c;h=152b308dacfd24f5e7953350e3c7f3335189ccec;hp=b322060512d39c6801aa383dfc9ae134cc29d72d;hb=4a9d00d99a1b6b24a9fcc8eb604dc3812b2782b8;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/color.c b/color.c index b322060..152b308 100644 --- a/color.c +++ b/color.c @@ -156,7 +156,7 @@ void ci_start_color (void) #ifdef USE_SLANG_CURSES static char *get_color_name (char *dest, size_t destlen, int val) { - static char * missing[3] = {"brown", "lightgray", ""}; + static char * missing[3] = {"brown", "lightgray", "default"}; int i; switch (val)