Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c153 cellattr_T tl_default_color; member
1945 &term->tl_default_color.fg, &term->tl_default_color.bg); in may_move_terminal_to_buffer()
2889 fg = &term->tl_default_color.fg; in cell2attr()
2891 bg = &term->tl_default_color.bg; in cell2attr()
3872 cellattr = &term->tl_default_color; in term_get_attr()
4034 fg = &term->tl_default_color.fg; in init_default_colors()
4035 bg = &term->tl_default_color.bg; in init_default_colors()
4571 &term->tl_default_color.fg, in create_vterm()
4572 &term->tl_default_color.bg); in create_vterm()
4618 &term->tl_default_color.fg, in term_update_colors_all()
[all …]