Searched refs:tput_fmt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | screen.c | 2551 static void tput_fmt(char *fmt, int color, int (*f_putc)(int)) in tput_fmt() function 2569 tput_fmt(ESCS"[m", -1, f_putc); in tput_color() 2576 tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc); in tput_color() 2578 tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc); in tput_color() 2582 tput_fmt(ESCS"[38;5;%dm", fg, f_putc); in tput_color() 2584 tput_fmt(ESCS"[48;5;%dm", bg, f_putc); in tput_color()
|