Is there a good way to catch a ctrl-c SIGINT in unicon?

I don't notice an obvious way to do it.

I could maybe use the posix fork/exec/wait calls to spawn
up a child, and catch when the child dies, but that seems
crude.  Plus it means that any data structures created in
the child are lost.

-- Michael Glass
   Valparaiso University


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to