Home
last modified time | relevance | path

Searched refs:K_DROP (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h476 #define K_DROP TERMCAP2KEY(KS_EXTRA, KE_DROP) macro
H A Dmisc2.c1051 {K_DROP, (char_u *)"Drop"},
H A Dex_getln.c2135 case K_DROP: in getcmdline_int()
H A Dedit.c1157 case K_DROP: // drag-n-drop event in edit()
H A Dnormal.c373 {K_DROP, nv_drop, NV_STS, 0},
H A Dterminal.c1517 case K_DROP: return 0; in term_convert_key()