Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h408 #define K_K0 TERMCAP2KEY('K', 'C') // keypad 0 macro
H A Dterm.c673 {K_K0, "\316\332"},
776 {K_K0, IF_EB("\033Op", ESC_STR "Op")}, // keypad 0
971 {K_K0, IF_EB("\033O*p", ESC_STR "O*p")}, // keypad 0
1305 {K_K0, "[K0]"},
H A Dmisc2.c996 {K_K0, (char_u *)"k0"},
H A Dgetchar.c1790 case K_K0: c = '0'; break; in vgetc()
H A Dterminal.c1427 case K_K0: key = VTERM_KEY_KP_0; break; in term_convert_key()