mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
Add missing refresh when resizing terminal
This commit is contained in:
@@ -1362,6 +1362,7 @@ gui_window_refresh_screen (int full_refresh)
|
||||
endwin ();
|
||||
refresh ();
|
||||
gui_window_read_terminal_size ();
|
||||
refresh ();
|
||||
}
|
||||
|
||||
gui_window_refresh_windows ();
|
||||
|
||||
Reference in New Issue
Block a user