page: exit on kill note
This commit is contained in:
parent
667abe102c
commit
c9e79c27a6
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ catchnote(void *, char *msg)
|
|||
return 1;
|
||||
if(strstr(msg, "alarm"))
|
||||
return 1;
|
||||
if(strstr(msg, "kill"))
|
||||
exits("killed");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue