1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Signal SIGQUIT is now ignored

This commit is contained in:
Sebastien Helleu
2005-09-02 08:16:52 +00:00
parent 767e378c53
commit cd4f50c136
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -814,6 +814,7 @@ main (int argc, char *argv[])
#endif
signal (SIGINT, SIG_IGN); /* ignore SIGINT signal */
signal (SIGQUIT, SIG_IGN); /* ignore SIGQUIT signal */
signal (SIGSEGV, my_sigsegv); /* crash dump when SIGSEGV is received */
gui_pre_init (&argc, &argv); /* pre-initiliaze interface */
wee_init_vars (); /* initialize some variables */