Skip to content

main: fix signal handling

Arnaud Ferraris requested to merge (removed):fix-signals into master

Currently, wys ignores SIGINT, which makes it impossible to kill using ^C. Setting terminate() as a handler for SIGINT as well solves this problem.

Merge request reports