mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Erase stdscr before resizing
This commit is contained in:
parent
bf62d8bd65
commit
191b910d6e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user