Lines Matching refs:term
191 "being sent to a terminal and the TERM environment variable "
2591 // On Windows the TERM variable is usually not set, but the
2595 // On non-Windows platforms, we rely on the TERM variable.
2596 const char* const term = posix::GetEnv("TERM");
2598 String::CStringEquals(term, "xterm") ||
2599 String::CStringEquals(term, "xterm-color") ||
2600 String::CStringEquals(term, "xterm-256color") ||
2601 String::CStringEquals(term, "linux") ||
2602 String::CStringEquals(term, "cygwin");