Home
last modified time | relevance | path

Searched refs:K_MIDDLERELEASE (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h450 #define K_MIDDLERELEASE TERMCAP2KEY(KS_EXTRA, KE_MIDDLERELEASE) macro
H A Dnormal.c317 {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 Dterminal.c1370 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 Dmouse.c1166 || c == K_MIDDLERELEASE in is_mouse_key()
H A Dmisc2.c1035 {K_MIDDLERELEASE, (char_u *)"MiddleRelease"},
H A Dmessage.c1266 || c == K_MIDDLEDRAG || c == K_MIDDLERELEASE in wait_return()
H A Dinsexpand.c1858 || c == K_MIDDLERELEASE in ins_compl_prep()
H A Dex_getln.c2115 case K_MIDDLERELEASE: in getcmdline_int()
H A Dedit.c999 case K_MIDDLERELEASE: in edit()