lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev forms_options debug 'feature'


From: Leonid Pauzner
Subject: lynx-dev forms_options debug 'feature'
Date: Fri, 14 Aug 1998 19:10:13 +0400 (MSD)

It was occasionally found that new form-based options menu
currently stored with history page (Shift-V).
You can see a bunch of temporary files in reverse time order.
The link to any of those files may be successfully loaded and submitted.

This may be a useful feature to debug options form (still in progress)
until we fix history page with


diff -u old/lyhistor.c ./lyhistor.c
--- old/lyhistor.c      Fri Aug  7 15:48:04 1998
+++ ./lyhistor.c        Fri Aug 14 17:18:50 1998
@@ -7,6 +7,9 @@
 #include <LYHistory.h>
 #include <LYPrint.h>
 #include <LYDownload.h>
+#ifdef EXP_FORMS_OPTIONS
+#include <LYOptions.h>
+#endif
 #include <LYKeymap.h>
 #include <LYList.h>
 #include <LYShowInfo.h>
@@ -67,6 +70,9 @@
        !strcmp((doc->title ? doc->title : ""), HISTORY_PAGE_TITLE) ||
        !strcmp((doc->title ? doc->title : ""), PRINT_OPTIONS_TITLE) ||
        !strcmp((doc->title ? doc->title : ""), DOWNLOAD_OPTIONS_TITLE) ||
+#ifdef EXP_FORMS_OPTIONS
+       !strcmp((doc->title ? doc->title : ""), OPTIONS_TITLE) ||
+#endif
 #ifdef DIRED_SUPPORT
        !strcmp((doc->title ? doc->title : ""), DIRED_MENU_TITLE) ||
        !strcmp((doc->title ? doc->title : ""), UPLOAD_OPTIONS_TITLE) ||



reply via email to

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