Searched refs:addstr_linebuf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | line.c | 325 static void addstr_linebuf(constant char *s, int attr, int cw) in addstr_linebuf() function 1322 addstr_linebuf("\033\\", AT_ANSI, 0); in add_attr_normal() 1332 addstr_linebuf("\033[m", AT_ANSI, 0); in add_attr_normal() 1334 addstr_linebuf("\033]8;;\033\\", AT_ANSI, 0); in add_attr_normal() 1381 addstr_linebuf(rscroll_utf8, rscroll_attr, 0); in pdone()
|