Handle qui quit

This commit is contained in:
jl777
2019-02-02 07:40:55 -11:00
parent 2cf3d519aa
commit 4ffdae4135
5 changed files with 36 additions and 22 deletions

View File

@@ -317,7 +317,7 @@ struct rogue_state
{
uint64_t seed;
char *keystrokes;
uint32_t needflush,replaydone;
uint32_t needflush,replaydone,didquit;
int32_t numkeys,ind,num,guiflag,counter;
char buffered[512];
};