From 6e7b24574bbb9e3f545eee169f3dda8a2ad67ce5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 1 Apr 2000 11:50:58 +0000 Subject: [PATCH] (lispy_mouse_names): Add additional mouse names. --- src/ChangeLog | 6 ++++++ src/keyboard.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f13e4e61e6c..ca8cb293e78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-04-01 Gerd Moellmann + + * keyboard.c (lispy_mouse_names): Add additional mouse names. + + * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. + 2000-03-31 Gerd Moellmann * xterm.c (x_produce_glyphs): When displaying unibyte text diff --git a/src/keyboard.c b/src/keyboard.c index de2e8730cee..9aefce58f9b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4087,7 +4087,9 @@ static char *iso_lispy_function_keys[] = static char *lispy_mouse_names[] = { - "mouse-1", "mouse-2", "mouse-3", "mouse-4", "mouse-5" + "mouse-1", "mouse-2", "mouse-3", "mouse-4", "mouse-5", + "mouse-6", "mouse-7", "mouse-8", "mouse-9", "mouse-10", + "mouse-11", "mouse-12", "mouse-13", "mouse-14", "mouse-15" }; #ifdef WINDOWSNT -- 2.39.5