X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=color.c;h=24afbd47d7d7141468094beeb720e41e8cf98662;hp=b322060512d39c6801aa383dfc9ae134cc29d72d;hb=fd204cba10834057df23ba10458d4095b424e964;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/color.c b/color.c index b322060..24afbd4 100644 --- a/color.c +++ b/color.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_curses.h" #include "mapping.h" @@ -156,7 +160,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)