You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Confirmed that I can reproduce this on my own Cygwin installation using the example you have provided.
The fault appears to be caused by the configure and autoheader changes. In src/pv/display.c there is a check for "HAVE_TERMIOS_H", but this is no longer defined in config.h.
As a short term workaround, after running "configure", edit src/include/config.h and add
#define HAVE_TERMIOS_H 1
to the end of it, then run "make".
I have committed a fix to the main branch. If you would like to confirm that it works for you, please download the latest code (e.g. "git clone /~https://github.com/a-j-wood/pv.git") and then run "./generate.sh && ./configure && make". Thanks.
In Cygwin, the output of pv 1.7.18 is always 80 characters wide, even when the terminal is wider, for example 199 columns as here:
pv 1.7.0 does use the whole terminal width in Cygwin.
The text was updated successfully, but these errors were encountered: