patch 8.1.1265: when GPM mouse support is enabled double clicks do not work
Problem: When GPM mouse support is enabled double clicks in xterm do not
work.
Solution: Use KS_GPM_MOUSE for GPM mouse events.
This commit is contained in:
@ -114,6 +114,9 @@
|
||||
#define KS_SGR_MOUSE 237
|
||||
#define KS_SGR_MOUSE_RELEASE 236
|
||||
|
||||
/* Used for the GPM mouse. */
|
||||
#define KS_GPM_MOUSE 235
|
||||
|
||||
/*
|
||||
* Filler used after KS_SPECIAL and others
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user