Home
last modified time | relevance | path

Searched refs:enter_horizontal_hl_mode (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/lib/libcurses/
Dattributes.c354 if (enter_horizontal_hl_mode != NULL) in term_attrs()
Drefresh.c979 if (on & WA_HORIZONTAL && enter_horizontal_hl_mode != NULL) in putattr()
981 tputs(enter_horizontal_hl_mode, 0, __cputchar); in putattr()
/netbsd/src/lib/libterminfo/
Dterm.h1194 #define enter_horizontal_hl_mode t_enter_horizontal_hl_mode(cur_term) macro