Revision 5b08fc10 curses.c

b/curses.c
350 350
    atexit(curses_atexit);
351 351

  
352 352
#ifndef _WIN32
353
    signal(SIGINT, SIG_DFL);
354
    signal(SIGQUIT, SIG_DFL);
355 353
#if defined(SIGWINCH) && defined(KEY_RESIZE)
356 354
    /* some curses implementations provide a handler, but we
357 355
     * want to be sure this is handled regardless of the library */

Also available in: Unified diff