Re: unbreak ftp progressbar

2014-01-29 Thread David Coppa
> From: Antoine Jacoutot > Date: Wed, Jan 29, 2014 at 3:24 PM > Subject: Re: unbreak ftp progressbar > To: Jasper Lievisse Adriaanse > Cc: tech@openbsd.org > > > On Wed, Jan 29, 2014 at 02:53:12PM +0100, Jasper Lievisse Adriaanse wrote: > > Hi, > > >

Re: unbreak ftp progressbar

2014-01-29 Thread Antoine Jacoutot
On Wed, Jan 29, 2014 at 02:53:12PM +0100, Jasper Lievisse Adriaanse wrote: > Hi, > > At least with ftp -Vm the progressbar was messing up the display as it was > printing the output on the same line and would wrap around creating displays > such as http://pbot.rmdir.de/gOeAYNv30HnQk-4I4xmKZg > Se

Re: unbreak ftp progressbar

2014-01-29 Thread David Coppa
On Wed, Jan 29, 2014 at 2:53 PM, Jasper Lievisse Adriaanse wrote: > Hi, > > At least with ftp -Vm the progressbar was messing up the display as it was > printing the output on the same line and would wrap around creating displays > such as http://pbot.rmdir.de/gOeAYNv30HnQk-4I4xmKZg > Seems like

unbreak ftp progressbar

2014-01-29 Thread Jasper Lievisse Adriaanse
Hi, At least with ftp -Vm the progressbar was messing up the display as it was printing the output on the same line and would wrap around creating displays such as http://pbot.rmdir.de/gOeAYNv30HnQk-4I4xmKZg Seems like typo from the introduction of the -D flag. OK? Index: util.c ===