Skip to content

Handle ctrl-c gracefully

Instead of dying with a Traceback, connect the SIGINT signal handler which
is invoked by ctrl-c and ignore the signal. It seems convention on Unix to
ignore ctrl-c in interactive GUI applications.
Edited by Sebastian Spaeth

Merge request reports