On 12 May 2002 02:54:52 -0500, asher <[EMAIL PROTECTED]> wrote: >hi, I've been trying to figure out how wget prints all over the screen >with out using curses, and I'm hoping someone can help. from the code, >I'm pretty sure it's just printing to the C-stream stderr, but I can't >for the life of me figure out how it seeks or jumps around in the >stream. any help would be appreciated.
I assume you are referring to the progress bar. It just outputs a carriage return to return to the beginning of the current line without doing a linefeed.
