diff --git a/sl.c b/sl.c index e549ac8c..5e9723b5 100644 --- a/sl.c +++ b/sl.c @@ -91,6 +91,7 @@ int main(int argc, char *argv[]) } initscr(); signal(SIGINT, SIG_IGN); + signal(SIGQUIT, SIG_IGN); noecho(); curs_set(0); nodelay(stdscr, TRUE);