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

/freebsd-13-stable/contrib/less/
H A Dline.c59 static char *end_ansi_chars; variable
123 end_ansi_chars = lgetenv("LESSANSIENDCHARS");
124 if (isnullenv(end_ansi_chars))
125 end_ansi_chars = "m";
549 return (strchr(end_ansi_chars, (char) ch) != NULL);

Completed in 21 milliseconds