The source project of this merge request has been removed.
main: fix signal handling
Currently, wys
ignores SIGINT, which makes it impossible to kill using
^C. Setting terminate()
as a handler for SIGINT as well solves this
problem.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
Currently, wys
ignores SIGINT, which makes it impossible to kill using
^C. Setting terminate()
as a handler for SIGINT as well solves this
problem.