mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
Removed useless call to doupdate()
This commit is contained in:
@@ -436,7 +436,6 @@ gui_input_draw (t_gui_buffer *buffer, int erase)
|
||||
move (ptr_win->win_input_y, ptr_win->win_input_x);
|
||||
break;
|
||||
}
|
||||
doupdate ();
|
||||
wrefresh (GUI_CURSES(ptr_win)->win_input);
|
||||
refresh ();
|
||||
}
|
||||
|
||||
@@ -436,7 +436,6 @@ gui_input_draw (t_gui_buffer *buffer, int erase)
|
||||
move (ptr_win->win_input_y, ptr_win->win_input_x);
|
||||
break;
|
||||
}
|
||||
doupdate ();
|
||||
wrefresh (GUI_CURSES(ptr_win)->win_input);
|
||||
refresh ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user