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 -S -s 100G < /dev/zero > /dev/null
100GiB 0:00:11 [8.73GiB/s] [================================>] 100%
$ echo $COLUMNS
199
pv 1.7.0 does use the whole terminal width in Cygwin.
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.