X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcolor.c;h=98eaa54ad0f8fd78c385b9a209a17417d39d210f;hb=eab27dfc9eb0f7b21b560f37ec28f48cfbfa9f40;hp=584c113b4bafc1506d507840b45092e2996495f8;hpb=c9b049f668148dab6ae90f32de6a4981f673bfa1;p=apps%2Fmadmutt.git diff --git a/lib-ui/color.c b/lib-ui/color.c index 584c113..98eaa54 100644 --- a/lib-ui/color.c +++ b/lib-ui/color.c @@ -7,10 +7,7 @@ * please see the file GPL in the top level source directory. */ -#include - -#include "curses.h" - +#include #include "pattern.h" #include "mutt.h" @@ -602,10 +599,8 @@ _mutt_parse_color (BUFFER * buf, BUFFER * s, BUFFER * err, else ColorDefs[object] = fgbgattr_to_color (fg, bg, attr); -#ifdef HAVE_BKGDSET if (object == MT_COLOR_NORMAL && !option (OPTNOCURSES) && has_colors ()) BKGDSET (MT_COLOR_NORMAL); -#endif return (r); }