Run MSVC with "no-terminal"

This commit is contained in:
Christoffer Lerno
2025-02-25 16:02:51 +01:00
parent 88f44f1eac
commit c13c0d04b1
3 changed files with 5 additions and 4 deletions

View File

@@ -73,7 +73,6 @@ fn int cmp_test_unit(TestUnit a, TestUnit b)
fn bool terminal_has_ansi_codes() @local => @pool()
{
if (try v = env::get_var_temp("TERM"))
{
if (v.contains("xterm") || v.contains("vt100") || v.contains("screen")) return true;