Re: [mpg123-devel] Please test new network code in/out of mpg123 (now with HTTPS support)!
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2022-05-14 16:58:10
|
Am Sat, 14 May 2022 08:28:20 -0700 schrieb Dave Yeo <dav...@gm...>: > On 05/14/22 07:59 AM, Thomas Orgis wrote: > > Ah, that's the ultra-recent changes prompted by our discussion. We > > need to re-insert some header into term_posix.c. Eh … we had it before? sys/ioctl.h is included. Hm. It used to work, no? Where did TIOCGWINSZ go? It should be contained in #include <termios.h> #include <sys/ioctl.h> or not? Can you grep around in your system where it is hidden? > > Looking at historical versions of mpg123, I had to go back to mpg123 > 0.20 to find one with working terminal control and source. Wait, what? You got version 0.20 of mpg123? Or is that a typo? My history starts later. Care to share? Alrighty then, Thomas PS: A bit of cleanup happened … mainly to make TERM_NONE work. PPS: And no … src/term_win32 will look quite different from OS/2, I presume. But what do I know? You can have a look at how it's developing and tell if you see resemblance to known API. |