8bd79d6b79
Only list and listen commands are currently implemented. The Ctrl-C handling has been a little bit tricky. The default GLib mainloop tends to add its own SIGINT handler, which prevents us to gracefully handle the KeyboardInterrupt exception during cmdloop(). So we need to create the mainloop in TuhiKeteShellWorker directly, but bypassing the GLib.Mainloop() python facility. |
||
---|---|---|
.. | ||
tuhi-kete.py |