We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4ac6b commit 79761bfCopy full SHA for 79761bf
loader/src/platform/windows/console.cpp
@@ -132,7 +132,8 @@ void console::setup() {
132
133
setupConsole(
134
string::contains(path, "cidr-")
135
- || geode::utils::getEnvironmentVariable("GEODE_FORCE_ENABLE_TERMINAL_COLORS") == "1"
+ || geode::utils::getEnvironmentVariable("GEODE_FORCE_ENABLE_TERMINAL_COLORS") != "0" // prefer to use FORCE_COLOR=1
136
+ || geode::utils::getEnvironmentVariable("FORCE_COLOR") != "0"
137
);
138
}
139
0 commit comments