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