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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user