Lines Matching refs:tl_default_color
153 cellattr_T tl_default_color; member
1797 fill_attr = new_fill_attr = term->tl_default_color; in update_snapshot()
1806 new_fill_attr = term->tl_default_color; in update_snapshot()
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()
3231 cellattr_T fill_attr = term->tl_default_color; in handle_pushline()
3872 cellattr = &term->tl_default_color; in term_get_attr()
4032 CLEAR_FIELD(term->tl_default_color.attrs); in init_default_colors()
4033 term->tl_default_color.width = 1; in init_default_colors()
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()
4619 &term->tl_default_color.bg); in term_update_colors_all()
5024 line->sb_fill_attr = term->tl_default_color; in read_dump_file()
5393 if (add_empty_scrollback(term, &term->tl_default_color, 0) == OK) in term_load_dump()
5400 if (add_empty_scrollback(term, &term->tl_default_color, 0) == OK) in term_load_dump()
5505 if (add_empty_scrollback(term, &term->tl_default_color, in term_load_dump()
5516 if (add_empty_scrollback(term, &term->tl_default_color, in term_load_dump()