Drat, looks like I lost two chunks to this patch...

--- ./src/LYKeymap.h-pre-cut    Mon Feb 12 22:47:08 2001
+++ ./src/LYKeymap.h    Thu Feb 15 01:22:10 2001
@@ -155,6 +155,7 @@ typedef enum {
   , LYK_LEFT_LINK
   , LYK_HISTORY
   , LYK_PREV_DOC
+  , LYK_NEXT_DOC
   , LYK_ACTIVATE
   , LYK_SUBMIT /* mostly like LYK_ACTIVATE, for mouse use, don't map */
   , LYK_GOTO
--- ./src/LYKeymap.c-pre-cut    Wed Feb 14 00:36:18 2001
+++ ./src/LYKeymap.c    Thu Feb 15 01:21:22 2001
@@ -742,6 +742,9 @@ PRIVATE Kcmd revmap[] = {
        LYK_PREV_DOC, "PREV_DOC",
        "go back to the previous document" ),
     DATA(
+       LYK_NEXT_DOC, "NEXT_DOC",
+       "undo going back to the previous document" ),
+    DATA(
        LYK_ACTIVATE, "ACTIVATE",
        "go to the document given by the current link" ),
     DATA(

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to