wmove + wclrtobot is werase.
[apps/madmutt.git] / lib-ui / layout.c
index 5dfdb62..eb5c2f0 100644 (file)
@@ -84,7 +84,7 @@ void mutt_endwin(const char *msg)
 
 void ui_layout_init(void)
 {
-    clear();
+    erase();
     main_w = newwin(LINES - 1, COLS, 0, 0);
     SETCOLOR(main_w, MT_COLOR_NORMAL);
     mutt_error   = mutt_curses_error;