Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h76 #define KS_HOR_SCROLLBAR 248 macro
422 #define K_HOR_SCROLLBAR TERMCAP2KEY(KS_HOR_SCROLLBAR, KE_FILLER)
H A Dterm.c5761 else if (key_name[0] == (int)KS_HOR_SCROLLBAR) in check_termcode()
5768 for (i = 0; tp[j] == CSI && tp[j + 1] == KS_HOR_SCROLLBAR in check_termcode()
H A Dgui.c4141 bytes[1] = KS_HOR_SCROLLBAR; in gui_drag_scrollbar()