mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Run MSVC with "no-terminal"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user