Lines Matching refs:term
199 "being sent to a terminal and the TERM environment variable "
2585 // On Windows the TERM variable is usually not set, but the
2589 // On non-Windows platforms, we rely on the TERM variable.
2590 const char* const term = posix::GetEnv("TERM");
2592 String::CStringEquals(term, "xterm") ||
2593 String::CStringEquals(term, "xterm-color") ||
2594 String::CStringEquals(term, "xterm-256color") ||
2595 String::CStringEquals(term, "linux") ||
2596 String::CStringEquals(term, "cygwin");