page: handle interrupt note

This commit is contained in:
cinap_lenrek 2013-06-09 01:51:19 +02:00
parent c9e79c27a6
commit 686f9fa1db

View file

@ -195,6 +195,8 @@ catchnote(void *, char *msg)
return 1;
if(strstr(msg, "alarm"))
return 1;
if(strstr(msg, "interrupt"))
return 1;
if(strstr(msg, "kill"))
exits("killed");
return 0;