commit | 176478a8bd028a3877d2be49a1e7a49386c095ce | [log] [tgz] |
---|---|---|
author | Erik Faye-Lund <kusmabite@gmail.com> | Tue Dec 04 09:10:38 2012 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 04 08:00:58 2012 -0800 |
tree | 06c6fee7c4374be2995276deed56cfd3d6eaaf67 | |
parent | f4f549892ac686a9adcf3cb72bee1a11c0566c88 [diff] |
mingw: make fgetc raise SIGINT if apropriate Set a control-handler to prevent the process from terminating, and simulate SIGINT so it can be handled by a signal-handler as usual. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>