Searched refs:KE_FILLER (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | keymap.h | 123 #define KE_FILLER ('X') macro 284 #define K_ZERO TERMCAP2KEY(KS_ZERO, KE_FILLER) 419 #define K_MOUSE TERMCAP2KEY(KS_MOUSE, KE_FILLER) 420 #define K_MENU TERMCAP2KEY(KS_MENU, KE_FILLER) 425 #define K_DEC_MOUSE TERMCAP2KEY(KS_DEC_MOUSE, KE_FILLER) 427 #define K_PTERM_MOUSE TERMCAP2KEY(KS_PTERM_MOUSE, KE_FILLER) 429 #define K_SGR_MOUSE TERMCAP2KEY(KS_SGR_MOUSE, KE_FILLER) 432 #define K_SELECT TERMCAP2KEY(KS_SELECT, KE_FILLER) 433 #define K_TEAROFF TERMCAP2KEY(KS_TEAROFF, KE_FILLER) 435 #define K_TABLINE TERMCAP2KEY(KS_TABLINE, KE_FILLER) [all …]
|
| H A D | gui.c | 3350 string[2] = KE_FILLER; in gui_send_mouse_event() 3427 bytes[2] = KE_FILLER; in gui_menu_cb() 3862 string[2] = KE_FILLER; in send_tabline_event() 3887 string[2] = KE_FILLER; in send_tabline_menu_event() 4112 bytes[2] = KE_FILLER; in gui_drag_scrollbar() 4142 bytes[2] = KE_FILLER; in gui_drag_scrollbar() 4931 st[2] = KE_FILLER; in gui_mouse_focus()
|
| H A D | mouse.c | 1295 name[1] = KE_FILLER; in set_mouse_termcode() 1343 name[1] = KE_FILLER; in del_mouse_termcode()
|
| H A D | usercmd.c | 1702 && ((ksp[1] == KS_SPECIAL && ksp[2] == KE_FILLER) in do_ucmd()
|
| H A D | map.c | 1700 if (s[0] == K_SPECIAL && s[1] == KS_SPECIAL && s[2] == KE_FILLER) in vim_unescape_csi()
|
| H A D | mbyte.c | 4372 && str[n + 2] == KE_FILLER) in mb_unescape()
|
| H A D | edit.c | 2595 *s++ = KE_FILLER; in add_char2buf()
|
| H A D | term.c | 6109 result[dlen++] = KE_FILLER; in replace_termcodes()
|
| H A D | os_unix.c | 7732 static char_u mouse_name[2] = {KS_MOUSE, KE_FILLER}; in do_xterm_trace()
|
| H A D | ex_docmd.c | 8437 arg[len++] = KE_FILLER; in ex_normal()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 13621 Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian
|