improve kbhit()
commit815f006873b901929db93e2326139839dad804b5
authorrofl0r <retnyg@gmx.net>
Thu, 7 Aug 2014 03:32:25 +0000 (7 05:32 +0200)
committerrofl0r <retnyg@gmx.net>
Wed, 19 Nov 2014 13:06:00 +0000 (19 14:06 +0100)
tree9230b88024f551b9907897775256434343825f59
parentf190f5eba41dda8c2ed078a90393a9a592327755
improve kbhit()

- recognize events that need screen refresh (like fullscreen toggling)
- recognize F1-F10 keys (needed to access some info screens)
  (F10 or the JUMP 0 command are required to continue the game at the
   end of a quarter).
- drop processing of other special keys (ALT would be interpreted as "4")
ftm.c