Searched refs:tl_status_text (Results 1 – 1 of 1) sorted by relevance
135 char_u *tl_status_text; // NULL or allocated member1092 vim_free(term->tl_status_text); in free_unused_terminals()2015 VIM_CLEAR(term->tl_status_text); in set_terminal_mode()3087 VIM_CLEAR(term->tl_status_text); in handle_settermprop()3481 VIM_CLEAR(term->tl_status_text); in term_channel_closed()4629 if (term->tl_status_text == NULL) in term_get_status_text()4652 term->tl_status_text = alloc(len); in term_get_status_text()4653 if (term->tl_status_text != NULL) in term_get_status_text()4654 vim_snprintf((char *)term->tl_status_text, len, "%s [%s]", in term_get_status_text()4657 return term->tl_status_text; in term_get_status_text()[all …]