diff options
| -rw-r--r-- | xmake/core/base/tty.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
