Searched refs:TC_SETAF (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/pmc/ |
| H A D | display.cc | 116 static const char *TC_SETAF; variable 128 if (TC_SETAF) in tcfg() 129 tputs(tgoto(TC_SETAF, 0, n), 1, putchar); in tcfg() 143 TC_SETAF = NULL; in setup_termcap() 152 TC_SETAF = tgetstr("AF", &buf); in setup_termcap() 165 buf = tgoto(TC_SETAF, 1, xcolor ? COLOR256_GREEN : COLOR_GREEN); in setup_termcap() 172 buf = tgoto(TC_SETAF, 1, xcolor ? COLOR256_YELLOW : COLOR_YELLOW); in setup_termcap() 179 buf = tgoto(TC_SETAF, 1, xcolor ? COLOR256_RED : COLOR_RED); in setup_termcap()
|