Home
last modified time | relevance | path

Searched refs:term_color (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dterm.c2948 term_color(char_u *s, int n) in term_color() function
2993 term_color(T_CAF, n); in term_fg_color()
2995 term_color(T_CSF, n); in term_fg_color()
3003 term_color(T_CAB, n); in term_bg_color()
3005 term_color(T_CSB, n); in term_bg_color()
3012 term_color(T_CAU, n); in term_ul_color()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt7162 Also check for CSI when handling colors 8-15 in term_color().