Re: [mpg123-devel] Please test new network code in/out of mpg123 (now with HTTPS support)!
Brought to you by:
sobukus
From: Dave Y. <dav...@gm...> - 2022-05-14 15:20:57
|
On 05/14/22 12:22 AM, Thomas Orgis wrote: > Am Sat, 14 May 2022 08:59:30 +0200 > schrieb Thomas Orgis <tho...@or...>: > >> Instead of calling tcgetattr() and term_setup(), OS/2 could just do >> cfmakeraw(), if that one is implemented instead. Or is there anything >> else that enables unbuffered terminal input? I imagine that OS/2 must >> have applications that react to keypresses in the terminal! > This is outdated cruft now? > > # On OS/2, we need to link to os2term to make terminal control actually work. > AC_CHECK_LIB([os2term], [tcsetattr], [ADD_LDFLAGS="$ADD_LDFLAGS -los2term"]) > > We had it working at some point … Yes, it is now cruft as there is no os2term lib accessible here Dave |