From 43bb55292a9fbca85ceff198853c3143ae758edb Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 31 Oct 2014 12:05:32 +0100 Subject: [PATCH] ncmpcpp: do not ignore SIGINT --- src/ncmpcpp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 4a5657c5..08764011 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -149,8 +149,6 @@ int main(int argc, char **argv) # ifndef WIN32 signal(SIGPIPE, sighandler); signal(SIGWINCH, sighandler); - // ignore Ctrl-C - sigignore(SIGINT); # endif // !WIN32 while (!Actions::ExitMainLoop)