Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dscreen.c2606 char *color_str; in tput_inmode() local
2609 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()