Home
last modified time | relevance | path

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

/trueos/contrib/less/
HDline.c40 static char *end_ansi_chars; variable
75 end_ansi_chars = lgetenv("LESSANSIENDCHARS"); in init_line()
76 if (end_ansi_chars == NULL || *end_ansi_chars == '\0') in init_line()
77 end_ansi_chars = "m"; in init_line()
538 return (strchr(end_ansi_chars, (char) ch) != NULL);