lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV wishlist item


From: Laura Eaves
Subject: Re: LYNX-DEV wishlist item
Date: Thu, 13 Nov 1997 13:07:54 -0500 (EST)

The following does the same as before exceptpt hat it prints a prompt on
the status line.
I tried a few tests on it and it seems to work great.
(All hacks should be that easy...:)

BTW: I noticed fotemods disappeared.  Is there still
a separate fotemods?  What is the current base code
for lynx271ssleay.zip?
Thanks.
--le

*** old/LYMessages_en.h Thu Nov 13 12:49:24 1997
--- ./LYMessages_en.h   Thu Nov 13 12:49:44 1997
***************
*** 46,51 ****
--- 46,52 ----
  #define MORE "-- press space for next page --"
  #define FORM_LINK_TEXT_MESSAGE \
   "(Text entry field) Enter text.  Use UP or DOWN arrows or tab to move off."
+ #define ENTER_LYNX_COMMAND "Enter LYNX command: "
  #define FORM_LINK_TEXT_UNM_MSG \
   "UNMODIFIABLE form text field.  Use UP or DOWN arrows or tab to move off."
  #define FORM_LINK_TEXT_SUBMIT_MESSAGE \

*** old/LYForms.c       Fri Nov  7 04:30:54 1997
--- src/LYForms.c       Thu Nov 13 12:52:27 1997
***************
*** 350,355 ****
--- 350,366 ----
            ch = 7;
        }
  #endif /* VMS */
+       if ( ch == 22 ) { /*--LE*/
+               _statusline(ENTER_LYNX_COMMAND);
+               ch = LYgetch();
+ #ifdef VMS
+               if (HadVMSInterrupt) {
+                   HadVMSInterrupt = FALSE;
+                   ch = 7;
+               }
+ #endif /* VMS */
+               break;
+       }
  
        /*
         *  Filter out global navigation keys that should not be passed
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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