Fixed display bug when resizing term window

v2.8-utf8proc
Sebastien Helleu 2003-11-02 19:56:46 +00:00
parent 5839cc6bfd
commit f245ec3759
2 changed files with 2 additions and 2 deletions

View File

@ -1222,10 +1222,10 @@ gui_curses_resize_handler ()
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
{
gui_calculate_pos_size (ptr_win);
// TODO: manage splitted windows!
if (ptr_win->win_title)
{
ptr_win->is_displayed = 0;
if (ptr_win->win_title)
delwin (ptr_win->win_title);
if (ptr_win->win_chat)

View File

@ -1222,10 +1222,10 @@ gui_curses_resize_handler ()
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
{
gui_calculate_pos_size (ptr_win);
// TODO: manage splitted windows!
if (ptr_win->win_title)
{
ptr_win->is_displayed = 0;
if (ptr_win->win_title)
delwin (ptr_win->win_title);
if (ptr_win->win_chat)