lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: [PATCH 2.8.4dev.18] NEXT_DOC addition


From: Ilya Zakharevich
Subject: lynx-dev Re: [PATCH 2.8.4dev.18] NEXT_DOC addition
Date: Sun, 18 Feb 2001 04:23:49 -0500
User-agent: Mutt/1.2.5i

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 address@hidden

reply via email to

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