1
0
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:
Sebastien Helleu
2009-02-28 14:37:33 +01:00
parent f4538dee68
commit b0c058fc20
+1
View File
@@ -1362,6 +1362,7 @@ gui_window_refresh_screen (int full_refresh)
endwin ();
refresh ();
gui_window_read_terminal_size ();
refresh ();
}
gui_window_refresh_windows ();