lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.1dev.23


From: Leonid Pauzner
Subject: Re: lynx-dev lynx2.8.1dev.23
Date: Mon, 31 Aug 1998 19:54:12 +0400 (MSD)

> 1998-08-29 (2.8.1dev.23)

> * Add -debug_partial command line switch so we got MessageSecs dely
>   between incremental rendering stages if partial display mode is ON.
>   (MessageSecs available from lynx.cfg and set to 2 sec by default).
>   The problem in incremental rendering of forms input was reported by SKY
>   (Sinan Kaan Yerli) <address@hidden> ), still not fixed
>   but now we may enter form-based options menu in -debug_partial mode
>   and rerender the page with Cntrl-R to see what is happening in fact. - LP

Tom, you lost my changes for LYMain.c
so -debug_partial became not available.

Reverse patch against dev23:



diff -u ./lymain.c ../lymain.c
--- ./lymain.c  Fri Aug 21 06:30:14 1998
+++ ../lymain.c Sat Aug 29 12:30:56 1998
@@ -358,6 +358,7 @@

 #ifdef DISP_PARTIAL
 PUBLIC BOOLEAN display_partial = FALSE; /* Display document during download */
+PUBLIC BOOLEAN debug_display_partial = FALSE; /* Show with MessageSecs delay*/
 #endif

 /* These are declared in cutil.h for current freeWAIS libraries. - FM */
@@ -2806,6 +2807,10 @@
    PARSE_SET(
       "partial",       TOGGLE_ARG,             &display_partial,
       "display partial pages while downloading"
+   ),
+   PARSE_SET(
+      "debug_partial", TOGGLE_ARG,             &debug_display_partial,
+      "show incremental display stages with MessageSecs delay"
    ),
 #endif
    PARSE_FUN(
--- ./lymainlo.c        Mon Aug 31 19:03:36 1998
+++ ../lymainlo.c       Sat Aug 29 17:07:20 1998
@@ -90,7 +90,6 @@
 #ifdef DISP_PARTIAL
 PUBLIC int Newline_partial = 0;     /* required for display_partial mode */
 PUBLIC int NumOfLines_partial = -1; /* required for display_partial mode */
-PUBLIC BOOLEAN debug_display_partial;  /* show with MessageSecs delay */
 #endif

 PRIVATE document newdoc;



reply via email to

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