Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h404 #define K_KPOINT TERMCAP2KEY('K', 'B') // keypad . or , macro
H A Dterm.c970 {K_KPOINT, IF_EB("\033O*n", ESC_STR "O*n")}, // keypad .
1302 {K_KPOINT, "[KPOINT]"},
H A Dmisc2.c994 {K_KPOINT, (char_u *)"kPoint"},
H A Dgetchar.c1782 case K_KPOINT: in vgetc()
H A Dterminal.c1448 case K_KPOINT: key = VTERM_KEY_KP_PERIOD; break; in term_convert_key()