Searched refs:tput_outmode (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/less/dist/ |
| D | screen.c | 2620 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() function 2724 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit() 2725 tput_outmode(sc_bl_out, AT_BLINK, putchr); in at_exit() 2726 tput_outmode(sc_b_out, AT_BOLD, putchr); in at_exit() 2727 tput_outmode(sc_u_out, AT_UNDERLINE, putchr); in at_exit()
|