changeset 2956:d25ffad42426

(modifier_names): Update to match *_modifier in termhooks.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 May 1993 18:27:07 +0000
parents f34f9e634b81
children ec432bd5d5b9
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat May 22 18:23:31 1993 +0000
+++ b/src/keyboard.c	Sat May 22 18:27:07 1993 +0000
@@ -2521,8 +2521,8 @@
 
 static char *modifier_names[] =
 {
-  "up", 0, 0, 0, 0, 0, 0, "down",
-  "drag", "click", 0, 0, 0, 0, 0, 0,
+  "up", "down", "drag", "click", 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]))