]> 4ch.mooo.com Git - 16.git/commit
cleanup keyboard input handling. run screensaver in a loop until kbhit,
authorJonathan Campbell <jonathan@castus.tv>
Mon, 4 Apr 2016 06:20:18 +0000 (23:20 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Mon, 4 Apr 2016 06:20:18 +0000 (23:20 -0700)
commitbbd8b6304d5203fcf3ec4aac96362b25ea5c6095
treec929b0e81b72cd1f8352c8b9fbe14c45fc0a5465
parent3d36f50834f46234bb598624e526e97d5bf9678f
cleanup keyboard input handling. run screensaver in a loop until kbhit,
then break out, THEN worry about user input. Replace scanf nonsense with
simple getch() and keyboard response, since the prompt shown to the user
doesn't say to hit ENTER after typing 1, 2, 3, 4, 6, or 0, or "65536"
for changing the tile variable.
src/bakapi.c