changeset 12946:271dc8563a91

(modifier_names): Add 4 bits to modifier bit positions.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Aug 1995 15:26:42 +0000
parents 14e16370799d
children c465c82e09ff
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri Aug 25 21:34:09 1995 +0000
+++ b/src/keyboard.c	Sat Aug 26 15:26:42 1995 +0000
@@ -3650,7 +3650,7 @@
 static char *modifier_names[] =
 {
   "up", "down", "drag", "click", "double", "triple", 0, 0,
-  0, 0, 0, 0, 0, 0, 0, 0,
+  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
   0, 0, "alt", "super", "hyper", "shift", "control", "meta"
 };
 #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0]))