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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user