]> git.lizzy.rs Git - plan9front.git/commitdiff
page: handle interrupt note
authorcinap_lenrek <cinap_lenrek@gmx.de>
Sat, 8 Jun 2013 23:51:19 +0000 (01:51 +0200)
committercinap_lenrek <cinap_lenrek@gmx.de>
Sat, 8 Jun 2013 23:51:19 +0000 (01:51 +0200)
sys/src/cmd/page.c

index 7e7b9901b5dc975291fcde1e525e3125fdb66b36..a44f74d4b30973e1d75cb0438228a9601e39f042 100644 (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;