1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Fixed display bug when resizing term with many windows

This commit is contained in:
Sebastien Helleu
2005-02-06 10:34:51 +00:00
parent 0c695733b3
commit 9c67fdf3ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1899,8 +1899,8 @@ gui_curses_resize_handler ()
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
{
gui_calculate_pos_size (ptr_win);
gui_switch_to_buffer (ptr_win, ptr_win->buffer);
gui_redraw_buffer (ptr_win->buffer);
gui_draw_window_separator (ptr_win);
}
+1 -1
View File
@@ -1899,8 +1899,8 @@ gui_curses_resize_handler ()
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
{
gui_calculate_pos_size (ptr_win);
gui_switch_to_buffer (ptr_win, ptr_win->buffer);
gui_redraw_buffer (ptr_win->buffer);
gui_draw_window_separator (ptr_win);
}