1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added current window refresh on resize

This commit is contained in:
James Booth 2012-04-16 01:17:39 +01:00
parent a9a3a951be
commit cd07ff38f2

View File

@ -93,6 +93,7 @@ void win_resize(void)
create_title_bar();
create_status_bar();
create_input_window();
_current_window_refresh();
dirty = TRUE;
}