minor fixes
[apps/madmutt.git] / pager.c
diff --git a/pager.c b/pager.c
index 5f93d96..78c13a9 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1246,9 +1246,7 @@ display_line (FILE * f, off_t *last_pos, struct line_t **lineInfo, int n,
       def_color = ColorDefs[(*lineInfo)[m].type];
 
     attrset (def_color);
-#ifdef HAVE_BKGDSET
     bkgdset (def_color | ' ');
-#endif
   }
   addch ('\n');