Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/lesstest/
H A Dlt_screen.c136 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()
350screen_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()