about summary refs log tree commit diff stats
path: root/src/LYKeymap.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-02-25 12:43:29 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2000-02-25 12:43:29 -0500
commit184855c6f7b9e1727a8f419b475b1fffd9292911 (patch)
tree1bd2388be832a1908b0f03cf89dcfa70e4a31ebb /src/LYKeymap.h
parent59ec2705df06b90f10f9ff6eeadfffcd02bbd39a (diff)
downloadlynx-snapshots-184855c6f7b9e1727a8f419b475b1fffd9292911.tar.gz
snapshot of project "lynx", label v2-8-3dev_21
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r--src/LYKeymap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h
index bd0048b8..f58b54a9 100644
--- a/src/LYKeymap.h
+++ b/src/LYKeymap.h
@@ -136,6 +136,8 @@ typedef enum {
   , LYK_REFRESH
   , LYK_HOME
   , LYK_END
+  , LYK_FIRST_LINK
+  , LYK_LAST_LINK
   , LYK_PREV_LINK
   , LYK_NEXT_LINK
   , LYK_LPOS_PREV_LINK
@@ -206,6 +208,8 @@ typedef enum {
 
 #ifdef USE_EXTERNALS
   , LYK_EXTERN
+#else
+#define LYK_EXTERN        LYK_UNKNOWN
 #endif /* !defined(USE_EXTERNALS) */
 
 #if defined(VMS) || defined(DIRED_SUPPORT)