Home
last modified time | relevance | path

Searched refs:KE_LEFTRELEASE (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h207 , KE_LEFTRELEASE = 46 // Left mouse button release enumerator
445 #define K_LEFTRELEASE TERMCAP2KEY(KS_EXTRA, KE_LEFTRELEASE)
H A Dmouse.c695 if (key == (int)KE_LEFTRELEASE || key == (int)KE_MIDDLERELEASE in do_mouse()
1195 {(int)KE_LEFTRELEASE, MOUSE_LEFT, FALSE, FALSE},
1267 if (mouse_table[i].pseudo_code == (int)KE_LEFTRELEASE) in get_pseudo_mouse_code()