From 5c635fdcb17ef853142cb4d7f0e43fc314efdd0f Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 30 Jan 2021 00:47:28 +0800 Subject: improve tty --- xmake/core/base/tty.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/base/tty.lua b/xmake/core/base/tty.lua index f079de592..8388e601c 100644 --- a/xmake/core/base/tty.lua +++ b/xmake/core/base/tty.lua @@ -246,7 +246,7 @@ function tty.has_color8() if has_color8 == nil then if term == "vstudio" then has_color8 = false - elseif term == "xterm" then + elseif term == "xterm" or "mintty" then has_color8 = true end end -- cgit v1.3.1