aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 18577d3..ef866d0 100644
--- a/noice.c
+++ b/noice.c
@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}
+ signal(SIGINT, SIG_IGN);
+
/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);