mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Logo (Image): don't block images support in zellij
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user