Flush keystrokes

This commit is contained in:
jl777
2019-02-05 23:42:01 -11:00
parent e28b2d84b7
commit 406a017b2b
3 changed files with 39 additions and 9 deletions

View File

@@ -332,7 +332,7 @@ struct rogue_state
uint32_t needflush,replaydone;
int32_t numkeys,ind,num,guiflag,counter,sleeptime;
struct rogue_player P;
char buffered[512];
char buffered[8192];
};
extern struct rogue_state globalR;