about summary refs log tree commit diff stats
path: root/src/LYStrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYStrings.h')
-rw-r--r--src/LYStrings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYStrings.h b/src/LYStrings.h
index 6f368a48..c75b3a85 100644
--- a/src/LYStrings.h
+++ b/src/LYStrings.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYStrings.h,v 1.114 2014/12/09 01:49:51 tom Exp $
+ * $LynxId: LYStrings.h,v 1.116 2015/10/07 23:20:48 tom Exp $
  */
 #ifndef LYSTRINGS_H
 #define LYSTRINGS_H
@@ -145,6 +145,7 @@ extern "C" {
      */
     typedef enum {
 	UNKNOWN_KEY = -1
+	,DEL_KEY = 127
 	,UPARROW_KEY = 256
 	,DNARROW_KEY
 	,RTARROW_KEY