Lines Matching full:term
5337 SetEnv("TERM", "xterm"); // TERM
5341 SetEnv("TERM", "dumb"); // TERM doesn't support colors.
5347 SetEnv("TERM", "dumb"); // TERM doesn't support colors.
5362 SetEnv("TERM", "xterm"); // TERM supports colors.
5366 SetEnv("TERM", "dumb"); // TERM doesn't support colors.
5372 SetEnv("TERM", "xterm"); // TERM supports colors.
5387 SetEnv("TERM", "xterm"); // TERM supports colors.
5396 // On Windows, we ignore the TERM variable as it's usually not set.
5398 SetEnv("TERM", "dumb");
5401 SetEnv("TERM", "");
5404 SetEnv("TERM", "xterm");
5407 // On non-Windows platforms, we rely on TERM to determine if the
5410 SetEnv("TERM", "dumb"); // TERM doesn't support colors.
5413 SetEnv("TERM", "emacs"); // TERM doesn't support colors.
5416 SetEnv("TERM", "vt100"); // TERM doesn't support colors.
5419 SetEnv("TERM", "xterm-mono"); // TERM doesn't support colors.
5422 SetEnv("TERM", "xterm"); // TERM supports colors.
5425 SetEnv("TERM", "xterm-color"); // TERM supports colors.