Home
last modified time | relevance | path

Searched refs:K_K2 (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h410 #define K_K2 TERMCAP2KEY('K', 'E') // keypad 2 macro
H A Dterm.c675 {K_K2, "\316\342"},
778 {K_K2, IF_EB("\033Or", ESC_STR "Or")}, // keypad 2
973 {K_K2, IF_EB("\033O*r", ESC_STR "O*r")}, // keypad 2
1307 {K_K2, "[K2]"},
H A Dmisc2.c998 {K_K2, (char_u *)"k2"},
H A Dgetchar.c1792 case K_K2: c = '2'; break; in vgetc()
H A Dterminal.c1429 case K_K2: key = VTERM_KEY_KP_2; break; in term_convert_key()