comparison src/keymap.h @ 16523:a72ad8a8b249 v8.1.1265

patch 8.1.1265: when GPM mouse support is enabled double clicks do not work commit https://github.com/vim/vim/commit/bedf091a951bdcd5f9f13839c0aaf2e395a635f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 16:58:45 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 17:00:07 +0200
parents 044337cbf854
children 6e3dc2d630c2
comparison
equal deleted inserted replaced
16522:5da0fe072719 16523:a72ad8a8b249
111 #define KS_URXVT_MOUSE 238 111 #define KS_URXVT_MOUSE 238
112 112
113 /* Used for the sgr mouse. */ 113 /* Used for the sgr mouse. */
114 #define KS_SGR_MOUSE 237 114 #define KS_SGR_MOUSE 237
115 #define KS_SGR_MOUSE_RELEASE 236 115 #define KS_SGR_MOUSE_RELEASE 236
116
117 /* Used for the GPM mouse. */
118 #define KS_GPM_MOUSE 235
116 119
117 /* 120 /*
118 * Filler used after KS_SPECIAL and others 121 * Filler used after KS_SPECIAL and others
119 */ 122 */
120 #define KE_FILLER ('X') 123 #define KE_FILLER ('X')