apropos-utils.c | 1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init 1080 bold = sgr0 = NULL; 1085 sgr0 = ti_getstr(ti, "sgr0"); 1086 if (bold == NULL || sgr0 == NULL) { 1092 bold = sgr0 = NULL; 1102 sa[1] = term_fix_seq(ti, sgr0 ? sgr0 : rmso);
|