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