ncmpcpp: do not ignore SIGINT

master
Andrzej Rybczak 12 years ago
parent c181e9d1a9
commit 43bb55292a
  1. 2
      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)

Loading…
Cancel
Save