Searched refs:color_str (Results 1 – 1 of 1) sorted by relevance
2606 char *color_str; in tput_inmode() local2609 color_str = get_color_map(attr_bit); in tput_inmode()2610 if (color_str == NULL || *color_str == '\0' || *color_str == '+') in tput_inmode()2613 if (color_str == NULL || *color_str++ != '+') in tput_inmode()2617 tput_color(color_str, f_putc); in tput_inmode()