1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-04-25 12:17:19 +00:00

Allow us to signal that we should exit

This commit is contained in:
Peter Evans
2018-02-05 00:35:04 -06:00
parent 72c4111458
commit 92ee67c8d8
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@ typedef struct {
*/
bool dirty;
/*
* Should we exit (the next chance we get)?
*/
bool should_exit;
} vm_screen;
extern bool vm_screen_active(vm_screen *);