Big buffer

This commit is contained in:
jl777
2019-02-20 20:33:13 -11:00
parent 5280af8c12
commit 0594b52df2
5 changed files with 25 additions and 2 deletions

View File

@@ -607,7 +607,7 @@ playit(struct rogue_state *rs)
}
else
{
if ( rs->needflush != 0 && rs->num > 1024 )
if ( rs->needflush != 0 && rs->num > 8000 )
{
if ( flushkeystrokes(rs) == 0 )
rs->needflush = 0;