Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c1600 char_u nr_colors[20]; // string for number of colors in set_color_count() local
1604 sprintf((char *)nr_colors, "%d", t_colors); in set_color_count()
1606 *nr_colors = NUL; in set_color_count()
1607 set_string_option_direct((char_u *)"t_Co", -1, nr_colors, OPT_FREE, 0); in set_color_count()