Home
last modified time | relevance | path

Searched refs:K_RIGHTRELEASE (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h453 #define K_RIGHTRELEASE TERMCAP2KEY(KS_EXTRA, KE_RIGHTRELEASE) macro
H A Dterminal.c1304 case K_RIGHTRELEASE: in term_mouse_click()
1327 if (key == K_LEFTRELEASE || key == K_RIGHTRELEASE) in term_mouse_click()
1373 case K_RIGHTRELEASE: term_send_mouse(vterm, 3, 0); break; in term_mouse_click()
1484 case K_RIGHTRELEASE: if (!term_mouse_click(vterm, c)) in term_convert_key()
2166 case K_RIGHTRELEASE: in send_keys_to_term()
H A Dnormal.c320 {K_RIGHTRELEASE, nv_mouse, 0, 0},
1935 K_RIGHTMOUSE, K_RIGHTDRAG, K_RIGHTRELEASE, in add_to_showcmd()
4739 else if (cap->nchar >= K_RIGHTRELEASE && cap->nchar <= K_LEFTMOUSE) in nv_brackets()
6373 case K_RIGHTRELEASE: in nv_g_cmd()
H A Dpopupmenu.c1568 else if (c == K_LEFTMOUSE || c == K_LEFTMOUSE_NM || c == K_RIGHTRELEASE) in pum_show_popupmenu()
H A Dex_getln.c1275 if (c == K_LEFTRELEASE || c == K_RIGHTRELEASE) in cmdline_left_right_mouse()
2144 case K_RIGHTRELEASE: in getcmdline_int()
H A Dmouse.c1169 || c == K_RIGHTRELEASE in is_mouse_key()
H A Dmisc2.c1038 {K_RIGHTRELEASE, (char_u *)"RightRelease"},
H A Dmessage.c1267 || c == K_RIGHTDRAG || c == K_RIGHTRELEASE in wait_return()
H A Dinsexpand.c1859 || c == K_RIGHTRELEASE in ins_compl_prep()
H A Dedit.c1002 case K_RIGHTRELEASE: in edit()