Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dforwback.c359 * If we really need to do this on clear_bg terminals, we need in forw()
363 if (clear_bg && apply_at_specials(final_attr) != AT_NORMAL) in forw()
368 * If we were in standout mode, clear_bg terminals in forw()
H A Dscreen.c243 public int clear_bg; /* Clear fills with background color */
1181 clear_bg = 1; in get_term()
1278 clear_bg = ltgetflag("ut"); in get_term()
246 public int clear_bg; /* Clear fills with background color */ global() variable