Searched refs:tl_cursor_color (Results 1 – 1 of 1) sorted by relevance
163 char_u *tl_cursor_color; // NULL or allocated member1102 vim_free(term->tl_cursor_color); in free_unused_terminals()2372 if (term->tl_cursor_color == NULL) in term_get_cursor_shape()2380 *bg = color_name2handle(term->tl_cursor_color); in term_get_cursor_shape()2421 cursor_color_copy(&desired_cursor_color, term->tl_cursor_color); in may_set_cursor_props()3114 cursor_color_copy(&term->tl_cursor_color, strval); in handle_settermprop()5785 dict_add_string(d, "color", cursor_color_get(term->tl_cursor_color)); in f_term_getcursor()