-
- Downloads
Changed usage of inkey() - no need to model bioskey().
inkey() is now just a macro for getch() on non-Win32 platforms. Win32 inkey() implementation now uses ReadConsoleInput() instead of getch() in an attempt to support ex-ASCII input. Win32 uifcini32() now disables Ctrl-C handling by the OS (processed input).
Please register or sign in to comment