Searched refs:tput_outmode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | screen.c | 2607 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() function 2711 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit() 2712 tput_outmode(sc_bl_out, AT_BLINK, putchr); in at_exit() 2713 tput_outmode(sc_b_out, AT_BOLD, putchr); in at_exit() 2714 tput_outmode(sc_u_out, AT_UNDERLINE, putchr); in at_exit()
|