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-18 05:33:15
|
Am Tue, 17 May 2022 17:30:35 -0700 schrieb Dave Yeo <dav...@gm...>: > > So with widened terminal, the line fits, but it does still scroll? > > Had to double check as I previously pressed q too quick. No it doesn't > scroll and works much as expected, though really I should test on Linux. > The cut off is 83 chars, so with a 82 char wide terminal it scrolls, at > 83 char it doesn't unless have -vvvvvvv That is wrong. Two points: 1. Our OS2 term_width() does not work. 2. The stat line should be 80 characters long and fit int 82! To the first one, please update to current trunk (r5088), run with -vvv and check for Note: stderr terminal width: 138 (right after playlist printout) and Note: readjusting for smaller terminal (90 to 89) each time when you reduce the terminal width in this verbose mode. To the second … is this a full line for you? 00104+10114 00:02.71+04:24.20 --- 100=100 112 kb/s 366 B acc 0 clip p+0.000 Because that is exactly 80 characters. It should not scroll on 82 char terminal. Alrighty then, Thomas |