Home | History | Annotate | Download | only in gtest

Lines Matching refs:term

145     "being sent to a terminal and the TERM environment variable "
2214 // On Windows the TERM variable is usually not set, but the
2218 // On non-Windows platforms, we rely on the TERM variable.
2219 const char* const term = GetEnv("TERM");
2221 String::CStringEquals(term, "xterm") ||
2222 String::CStringEquals(term, "xterm-color") ||
2223 String::CStringEquals(term, "cygwin");