Commit 6dfb4ab8 authored by Michael Niedermayer's avatar Michael Niedermayer

Make multiple Ctrl-C capable to kill stuck protocols.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 48ee302e
......@@ -433,6 +433,7 @@ static void
sigterm_handler(int sig)
{
received_sigterm = sig;
q_pressed++;
term_exit();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment