Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c1807 if (IS_CTERM) in screen_start_highlight()
1919 if (!IS_CTERM) in screen_start_highlight()
1959 if (IS_CTERM) in screen_stop_highlight()
2104 if (IS_CTERM) in reset_cterm_colors()
2370 !IS_CTERM); in screen_fill()
H A Dvim.h1701 # define IS_CTERM (t_colors > 1 || p_tgc) macro
1703 # define IS_CTERM (t_colors > 1) macro
H A Dhighlight.c2745 if (IS_CTERM) in hl_combine_attr()
2858 if (IS_CTERM) in syn_attr2attr()
3525 if (IS_CTERM) in syn_id2attr()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt24358 Solution: Use IS_CTERM instead of checking the number of colors.