lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Can not access remote host


From: Ismael Cordeiro
Subject: Re: lynx-dev Can not access remote host
Date: Wed, 23 Dec 1998 11:47:57 -0500 (EST)

On Wed, 23 Dec 1998, Larry W. Virden wrote:

> Anyone familar enough with trace output to be able to come up with a patch
> to add this type of info to the trace output?

Here's a crude way of doing it:

*** lynx2-8-2/src/LYMainLoop.c.orig     Wed Dec 23 10:59:03 1998
--- lynx2-8-2/src/LYMainLoop.c  Wed Dec 23 11:30:04 1998
***************
*** 5050,5056 ****
                    break;
                }
  #endif /* VMS */
!               fprintf(tfp, "\t\t%s\n\n", LYNX_TRACELOG_TITLE);
            }
            HTUserMsg(WWW_TraceFlag ? TRACE_ON : TRACE_OFF);
            break;
--- 5050,5057 ----
                    break;
                }
  #endif /* VMS */
!               fprintf(tfp, "\t\t%s (%s)\n\n", LYNX_TRACELOG_TITLE,
!               LYNX_VERSION);
            }
            HTUserMsg(WWW_TraceFlag ? TRACE_ON : TRACE_OFF);
            break;

It displays

                Lynx Trace Log (2.8.2dev.10)

Ismael
-- 

       +--------------------------------------------------------------+
       | ISMAEL CORDEIRO            | mailto:address@hidden      |
       | Production sound mixer     | http://www.ismael.cordeiro.com/ |
       | Montréal - Québec - Canada | ftp://ftp.cam.org/users/ismael/ |
       +--------------------------------------------------------------+

reply via email to

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