timeout(0);

This commit is contained in:
jl777
2019-03-27 02:44:28 -11:00
parent 829e981164
commit 6c14369eac

View File

@@ -54,6 +54,7 @@ void *gamesiterate(struct games_state *rs)
initscr(); // initialize curses
cbreak(); // pass key presses to program, but not signals
noecho(); // don't echo key presses to screen
timeout(0);
}
while ( running != 0 )
{