Home
last modified time | relevance | path

Searched refs:KE_FILLER (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h123 #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 Dgui.c3350 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 Dmouse.c1295 name[1] = KE_FILLER; in set_mouse_termcode()
1343 name[1] = KE_FILLER; in del_mouse_termcode()
H A Dusercmd.c1702 && ((ksp[1] == KS_SPECIAL && ksp[2] == KE_FILLER) in do_ucmd()
H A Dmap.c1700 if (s[0] == K_SPECIAL && s[1] == KS_SPECIAL && s[2] == KE_FILLER) in vim_unescape_csi()
H A Dmbyte.c4372 && str[n + 2] == KE_FILLER) in mb_unescape()
H A Dedit.c2595 *s++ = KE_FILLER; in add_char2buf()
H A Dterm.c6109 result[dlen++] = KE_FILLER; in replace_termcodes()
H A Dos_unix.c7732 static char_u mouse_name[2] = {KS_MOUSE, KE_FILLER}; in do_xterm_trace()
H A Dex_docmd.c8437 arg[len++] = KE_FILLER; in ex_normal()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt13621 Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian