Home
last modified time | relevance | path

Searched refs:KS_VER_SCROLLBAR (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h75 #define KS_VER_SCROLLBAR 249 macro
421 #define K_VER_SCROLLBAR TERMCAP2KEY(KS_VER_SCROLLBAR, KE_FILLER)
H A Dterm.c5731 else if (key_name[0] == (int)KS_VER_SCROLLBAR) in check_termcode()
5739 for (i = 0; tp[j] == CSI && tp[j + 1] == KS_VER_SCROLLBAR in check_termcode()
H A Dgui.c4111 bytes[1] = KS_VER_SCROLLBAR; in gui_drag_scrollbar()