mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
018b969381
The code in signal handers (SIGHUP, SIGQUIT, SIGTERM) is moved into main loop, this hopefully fixes the deadlock when quitting after receiving one of these signals. The code in SIGWINCH signal handler is moved too (even if it shouldn't be a problem).