Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h270 , KE_DROP = 95 // DnD data is available enumerator
476 #define K_DROP TERMCAP2KEY(KS_EXTRA, KE_DROP)
H A Dgui_gtk_x11.c2036 char_u dropkey[6] = {CSI, KS_MODIFIER, 0, CSI, KS_EXTRA, (char_u)KE_DROP}; in drag_handle_text()