Hrvoje Niksic wrote:
This patch should fix both problems.
Great, thanks
David Fritz <[EMAIL PROTECTED]> writes:
> It occurs to me now that the code should use STD_ERROR_HANDLE
> instead of STD_OUTPUT_HANDLE as that is where the progress bar
> goes. As it is, if stdout is redirected wget uses the default screen
> width even though output goes to stderr which is still a
Herold Heiko wrote:
From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
..
Yes. Specifically, Unix's SIGWINCH simply sets a flag that means
"window size might have changed, please check it out". That is
because checking window size on each refresh would perform an
unnecessary ioctl.
One thing we coul