1
Programming / Re: getting a single keypress?
« on: May 21, 2022, 07:21:31 pm »
Hi Rich, the test program was written by Thomas the maintainer, based on the mpg123 code. It does run on the same thread so the DosSleep() is required and the file itself is term_posix.c with HAVE_TERMIOS a requirement and Thomas did add the comment,
It does seem to work well.
Code: [Select]
#ifdef __OS2__
// Hoping for properly working termios in some future (?!), but until then,
// we need keyboard access bypassing that.
It does seem to work well.