Searched refs:screen_char_set (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/less/dist/lesstest/ |
H A D | lt_screen.c | 136 static void screen_char_set(int x, int y, wchar ch, Attr attr, Color fg_color, Color bg_color) { in screen_char_set() function 146 screen_char_set(x, y, '_', 0, NULL_COLOR, NULL_COLOR); in screen_clear() 350 …screen_char_set(screen.cx, screen.cy, ch, screen.curr_attr, screen.curr_fg_color, screen.curr_bg_c… in add_char() 359 screen_char_set(screen.cx, screen.cy, WIDESHADOW_CHAR, 0, NULL_COLOR, NULL_COLOR); in add_char() 366 screen_char_set(screen.cx, screen.cy, ERROR_CHAR, screen.curr_attr, NULL_COLOR, NULL_COLOR); in add_char()
|