ncmpcpp: do not ignore SIGINT
This commit is contained in:
@@ -149,8 +149,6 @@ int main(int argc, char **argv)
|
|||||||
# ifndef WIN32
|
# ifndef WIN32
|
||||||
signal(SIGPIPE, sighandler);
|
signal(SIGPIPE, sighandler);
|
||||||
signal(SIGWINCH, sighandler);
|
signal(SIGWINCH, sighandler);
|
||||||
// ignore Ctrl-C
|
|
||||||
sigignore(SIGINT);
|
|
||||||
# endif // !WIN32
|
# endif // !WIN32
|
||||||
|
|
||||||
while (!Actions::ExitMainLoop)
|
while (!Actions::ExitMainLoop)
|
||||||
|
|||||||
Reference in New Issue
Block a user