Hello,
I have a similar behavior with our own programs. Only some of them react on key presses, most ignore the input. They all share the code to observe the keyboard input (via select() call) as it is a shared library.
On older versions of Tiny Core everything worked fine as well as on other Linux distributions (e.g. Ubuntu 16.04).
Torsten