about summary refs log tree commit diff stats
path: root/src/LYStrings.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-15 09:08:42 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-15 09:08:42 -0400
commit519f8ac966b9073b86a37d0283c7258ea07a911c (patch)
tree7f1d55c55b348d265f2b896e2bdcca254d719fe9 /src/LYStrings.h
parented46d3cc0121dbce87345bbbb119cd4080c247c7 (diff)
downloadlynx-snapshots-519f8ac966b9073b86a37d0283c7258ea07a911c.tar.gz
snapshot of project "lynx", label v2-8-8dev_16r
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r--src/LYStrings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LYStrings.h b/src/LYStrings.h
index 906c59a0..972f65a3 100644
--- a/src/LYStrings.h
+++ b/src/LYStrings.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYStrings.h,v 1.110 2013/10/13 20:30:39 tom Exp $
+ * $LynxId: LYStrings.h,v 1.111 2013/10/15 09:07:48 tom Exp $
  */
 #ifndef LYSTRINGS_H
 #define LYSTRINGS_H
@@ -144,7 +144,8 @@ extern "C" {
      * These are "extra" keys which do not fit into a single byte.
      */
     typedef enum {
-	UPARROW_KEY = 256
+	UNKNOWN_KEY = -1
+	,UPARROW_KEY = 256
 	,DNARROW_KEY
 	,RTARROW_KEY
 	,LTARROW_KEY