mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(lispy_mouse_names): Add additional mouse names.
This commit is contained in:
parent
218b0fd57b
commit
6e7b24574b
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2000-04-01 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* keyboard.c (lispy_mouse_names): Add additional mouse names.
|
||||
|
||||
* termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
|
||||
|
||||
2000-03-31 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xterm.c (x_produce_glyphs): When displaying unibyte text
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue