"src/git@gitlab.synchro.net:main/sbbs.git" did not exist on "bb3596e986131592f3a73cfbe50946f907dfd3f4"
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).