about summary refs log tree commit diff stats
path: root/src/LYKeymap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-08-15 22:09:45 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-08-15 22:09:45 -0400
commit0eae931d4f0fd1194dfcd978c3d94079b710923f (patch)
tree5713fc8c66fffb144192357464fe616522c6c7fe /src/LYKeymap.c
parentd7e8d7e419ae58610a9988ff09910670a59526ff (diff)
downloadlynx-snapshots-0eae931d4f0fd1194dfcd978c3d94079b710923f.tar.gz
snapshot of project "lynx", label v2-8-1dev_21
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r--src/LYKeymap.c35
1 files changed, 2 insertions, 33 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c
index 4386ebde..f6ba51ca 100644
--- a/src/LYKeymap.c
+++ b/src/LYKeymap.c
@@ -183,22 +183,13 @@ LYK_PIPE,               0,              0,          LYK_HISTORY,
    0,                  0,              0,             0,
 
 /* 100..10E function key definitions in LYStrings.h */
-#if defined(__DJGPP__) && defined(USE_SLANG) && !defined(DJGPP_KEYHANDLER)
-   0,             LYK_PREV_LINK,    LYK_NEXT_LINK,  LYK_PREV_DOC,
-                  /* UPARROW */     /* DNARROW */   /* LTARROW */
-
-LYK_ACTIVATE,    LYK_PREV_PAGE,    LYK_NEXT_PAGE,     LYK_HOME,
-/* RTARROW */    /* PGUP */        /* PGDOWN */       /* HOME */
-
-#else
 LYK_PREV_LINK,    LYK_NEXT_LINK,    LYK_ACTIVATE,   LYK_PREV_DOC,
 /* UPARROW */     /* DNARROW */     /* RTARROW */   /* LTARROW */
 
 LYK_NEXT_PAGE,    LYK_PREV_PAGE,    LYK_HOME,       LYK_END,
 /* PGDOWN */      /* PGUP */        /* HOME */      /* END */
 
-#endif /* __DJGPP__ && USE_SLANG && !DJGPP_KEYHANDLER */
-#ifdef __DJGPP__
+#if defined(__DJGPP__) ||  defined(_WINDOWS)
 #ifdef USE_SLANG
 LYK_END,          LYK_HOME,         LYK_PREV_PAGE,     0,
 /* END */ 	  /* HOME */          /* PGUP */       /* B2 Key */
@@ -222,7 +213,7 @@ LYK_UP_TWO,       LYK_DOWN_TWO,
 
 LYK_DO_NOTHING,
 /* DO_NOTHING*/
-#endif /* __DJGPP__ */
+#endif /* __DJGPP__ || _WINDOWS */
 /* 10F..18F */
 
    0,
@@ -253,21 +244,10 @@ LYK_DO_NOTHING,
 #endif /* DJGPP_KEYHANDLER */
    0,                  0,              0,             0,
    0,                  0,              0,             0,
-#ifdef DJGPP_KEYHANDLER
-   0,                  0,              0,             LYK_HOME,
-                                                      /* HOME */
-LYK_PREV_LINK,         LYK_PREV_PAGE,  0,             LYK_PREV_DOC,
-/* UPARROW */          /* Page Up */                  /* LEFTARROW */
-   0,                  LYK_ACTIVATE,   0,             LYK_END,
-                       /* RTARROW */                  /* END */
-LYK_NEXT_LINK,         LYK_NEXT_PAGE,  0,             0,
-/* DNARROW */          /* Page Down */
-#else
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
-#endif /* DJGPP_KEYHANDLER */
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
@@ -341,21 +321,10 @@ LYK_NEXT_LINK,         LYK_NEXT_PAGE,  0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
-#ifdef DJGPP_KEYHANDLER
-   0,                  0,              0,             LYK_HOME,
-                                                      /* HOME */
-LYK_PREV_LINK,         LYK_PREV_PAGE,  0,             LYK_PREV_DOC,
-/* UPARROW */          /* Page Up */                  /* LEFTARROW */
-   0,                  LYK_ACTIVATE,   0,             LYK_END,
-                       /* RTARROW */                  /* END */
-LYK_NEXT_LINK,         LYK_NEXT_PAGE,  0,             0,
-/* DNARROW */          /* Page Down */
-#else
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,
-#endif /* DJGPP_KEYHANDLER */
    0,                  0,              0,             0,
    0,                  0,              0,             0,
    0,                  0,              0,             0,