Skip to content

Commit

Permalink
Do use the new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 23, 2020
1 parent ef60bc5 commit 7be32c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jansi/src/main/java/org/fusesource/jansi/AnsiConsole.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ && SetConsoleMode(console, mode[0] | ENABLE_VIRTUAL_TERMINAL_PROCESSING) != 0) {
}
}

if (IS_WINDOWS && !(IS_CON_EMU_ANSI || IS_CYGWIN || IS_MINGW_XTERM)) {
if (IS_WINDOWS && !(IS_CONEMU || IS_CYGWIN || IS_MSYSTEM)) {

// On Windows, when no ANSI-capable terminal is used, we know the console does not natively interpret ANSI
// codes but we can use jansi-native Kernel32 API for console
Expand Down

0 comments on commit 7be32c5

Please sign in to comment.