Logo (Image): don't block images support in zellij

This commit is contained in:
JunaidQrysh
2026-08-11 15:11:45 +05:30
committed by GitHub
parent ebf38e829d
commit a0452b8323
+1 -1
View File
@@ -996,7 +996,7 @@ bool ffLogoPrintImageIfExists(FFLogoType type, bool printError) {
}
const char* term = getenv("TERM");
if ((term && ffStrEquals(term, "screen")) || getenv("ZELLIJ")) {
if (term && ffStrEquals(term, "screen")) {
if (printError) {
fputs("Logo: Image logo is not supported in terminal multiplexers\n", stderr);
}