Move the rest of mutt "things" into a window as well.
[apps/madmutt.git] / lib-sys / mutt_signal.c
index ea86e3b..a21eba8 100644 (file)
@@ -49,7 +49,7 @@ static void sighandler (int sig)
 
   case SIGCONT:
     if (!IsEndwin)
-      wrefresh (stdscr);
+      refresh();
     mutt_curs_set (-1);
     /* We don't receive SIGWINCH when suspended; however, no harm is done by
      * just assuming we received one, and triggering the 'resize' anyway. */