Searched refs:K_MIDDLERELEASE (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | keymap.h | 450 #define K_MIDDLERELEASE TERMCAP2KEY(KS_EXTRA, KE_MIDDLERELEASE) macro
|
| H A D | normal.c | 317 {K_MIDDLERELEASE, nv_mouse, 0, 0}, 1934 K_MIDDLEMOUSE, K_MIDDLEDRAG, K_MIDDLERELEASE, in add_to_showcmd() 6366 case K_MIDDLERELEASE: in nv_g_cmd()
|
| H A D | terminal.c | 1370 case K_MIDDLERELEASE: term_send_mouse(vterm, 2, 0); break; in term_mouse_click() 1481 case K_MIDDLERELEASE: in term_convert_key() 2164 case K_MIDDLERELEASE: in send_keys_to_term()
|
| H A D | mouse.c | 1166 || c == K_MIDDLERELEASE in is_mouse_key()
|
| H A D | misc2.c | 1035 {K_MIDDLERELEASE, (char_u *)"MiddleRelease"},
|
| H A D | message.c | 1266 || c == K_MIDDLEDRAG || c == K_MIDDLERELEASE in wait_return()
|
| H A D | insexpand.c | 1858 || c == K_MIDDLERELEASE in ins_compl_prep()
|
| H A D | ex_getln.c | 2115 case K_MIDDLERELEASE: in getcmdline_int()
|
| H A D | edit.c | 999 case K_MIDDLERELEASE: in edit()
|