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 17:27:19
|
On 05/14/22 09:57 AM, Thomas Orgis wrote: > 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? Doesn't seem to exist, I could have sworn it was in EMX but I don't see it there either. OK, the only place is in the old XFree86 source code and that's for ptty's rather then tty's. >> >> 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? Seems bad versioning and actually version 0.59m+, H:\tmp\mpg123_020>mpg123.exe High Performance MPEG 1.0/2.0 Audio Player for Layer 1, 2 and 3. Version 0.59m+ (1997/10/07). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Modified and ported to OS/2 by Samuel Audet <gu...@ca...> (C) 1998 v0.20 https://www.os2site.com/sw/mmedia/mp3/player/mpg123_020.zip > > > 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. > OK, I'll look more this evening and also ask around for how to get the terminal width. Wife is tapping her feet waiting to go out :) Dave |