mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-13 03:13:08 +03:00
refresh screen any way
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
8eb860eb48
commit
2ae5412fb7
@ -3309,10 +3309,9 @@ user_menu (WEdit * edit)
|
||||
fd = fopen (block_file, "w");
|
||||
if (fd != NULL)
|
||||
fclose (fd);
|
||||
|
||||
edit_refresh_cmd (edit);
|
||||
edit->force |= REDRAW_COMPLETELY;
|
||||
}
|
||||
edit_refresh_cmd (edit);
|
||||
edit->force |= REDRAW_COMPLETELY;
|
||||
|
||||
g_free (block_file);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user