mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Screen clearing have been modified.
src/layout.c (clr_scr): tty_fill_region() is used instead of dlg_erase() to clear screen.
This commit is contained in:
parent
30fd7fc34a
commit
a1bbecce76
@ -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 ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user