Lines Matching full:term
188 "being sent to a terminal and the TERM environment variable "
2517 // On Windows the TERM variable is usually not set, but the
2521 // On non-Windows platforms, we rely on the TERM variable.
2522 const char* const term = GetEnv("TERM");
2524 String::CStringEquals(term, "xterm") ||
2525 String::CStringEquals(term, "xterm-color") ||
2526 String::CStringEquals(term, "cygwin");