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

Fix infinite loop when running WeeChat for first time: force whole screen refresh when starting

This commit is contained in:
Sebastien Helleu
2009-01-27 16:32:22 +01:00
parent c31f05859a
commit cf2e9ff95d
+2
View File
@@ -236,6 +236,8 @@ gui_main_loop ()
hook_fd_keyboard = hook_fd (NULL, STDIN_FILENO, 1, 0, 0,
&gui_keyboard_read_cb, NULL);
gui_window_refresh_needed = 1;
while (!weechat_quit)
{
/* reload config, if SIGHUP reveived */