diff --git a/src/layout.c b/src/layout.c index 85b4820f9..4917c24f9 100644 --- a/src/layout.c +++ b/src/layout.c @@ -570,7 +570,7 @@ void clr_scr (void) { tty_set_normal_attrs (); - dlg_erase (midnight_dlg); + tty_fill_region (0, 0, LINES, COLS, ' '); tty_refresh (); }