Browse Source

timeout(0);

jl777
jl777 5 years ago
parent
commit
6c14369eac
  1. 1
      src/cc/games/prices.c

1
src/cc/games/prices.c

@ -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 )
{

Loading…
Cancel
Save