lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev HTReadProgress() and statusline in trace mode


From: dickey
Subject: Re: lynx-dev HTReadProgress() and statusline in trace mode
Date: Wed, 19 May 1999 21:14:19 -0400 (EDT)

iirc:
originally the code was written assuming that tfp was an alias for stderr,
and that someone might use shell redirection to separate the trace messages
from the display (otherwise they'd just overwrite the display in the "right"
place).
 
> Funny thing, read progress message is not present in trace mode. 
> Was it intentionally or just a loss? 
> HTReadProgress() say: 
>  
>             if (TRACE) 
>                 fprintf(tfp, "%s\n", line); 
>             else 
>                 statusline(line); 
>  
>  
> why not 
>     statusline(line); 
>     CTRACE(tfp, "%s\n", line); 
> ? 
>  


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]