Skip to content
  • rswindell's avatar
    Changed usage of inkey() - no need to model bioskey(). · a2fed57c
    rswindell authored
    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).
    a2fed57c