Move the rest of mutt "things" into a window as well.
[apps/madmutt.git] / lib-ui / color.c
index 98eaa54..9a1a65d 100644 (file)
@@ -600,7 +600,7 @@ _mutt_parse_color (BUFFER * buf, BUFFER * s, BUFFER * err,
     ColorDefs[object] = fgbgattr_to_color (fg, bg, attr);
 
   if (object == MT_COLOR_NORMAL && !option (OPTNOCURSES) && has_colors ())
-    BKGDSET (MT_COLOR_NORMAL);
+    BKGDSET(main_w, MT_COLOR_NORMAL);
 
   return (r);
 }