mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 07:16:20 +00:00
Erase stdscr before resizing
This commit is contained in:
@@ -190,6 +190,8 @@ static void
|
||||
_ui_resize(const int ch, const char * const input, const int size)
|
||||
{
|
||||
log_info("Resizing UI");
|
||||
erase();
|
||||
refresh();
|
||||
title_bar_resize();
|
||||
wins_resize_all();
|
||||
status_bar_resize();
|
||||
|
||||
Reference in New Issue
Block a user