Home | History | Annotate | Download | only in src

Lines Matching refs:term

187     "being sent to a terminal and the TERM environment variable "
2561 // On Windows the TERM variable is usually not set, but the
2565 // On non-Windows platforms, we rely on the TERM variable.
2566 const char* const term = posix::GetEnv("TERM");
2568 String::CStringEquals(term, "xterm") ||
2569 String::CStringEquals(term, "xterm-color") ||
2570 String::CStringEquals(term, "xterm-256color") ||
2571 String::CStringEquals(term, "linux") ||
2572 String::CStringEquals(term, "cygwin");