Home
last modified time | relevance | path

Searched refs:T_SE (Results 1 – 4 of 4) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dtermdefs.h155 #define T_SE (TERM_STR(KS_SE)) // normal mode macro
H A Dterm.c3182 if (*T_SO == NUL || *T_SE == NUL) in ttest()
3183 T_SO = T_SE = empty_option; in ttest()
3196 T_ME = T_SE; in ttest()
3204 T_SE = T_ME; in ttest()
H A Dscreen.c2029 if (STRCMP(T_SE, T_ME) == 0) in screen_stop_highlight()
2032 out_str(T_SE); in screen_stop_highlight()
H A Doptiondefs.h2996 p_term("t_se", T_SE)