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.
.raw
1 parent fb8a04f commit 97255f3Copy full SHA for 97255f3
1 file changed
src/logo/logo.c
@@ -651,6 +651,12 @@ void ffLogoPrint(void)
651
//Make sure the logo path is set correctly.
652
updateLogoPath();
653
654
+ if (ffStrbufEndsWithIgnCaseS(&options->source, ".raw"))
655
+ {
656
+ if(logoPrintFileIfExists(false, true))
657
+ return;
658
+ }
659
+
660
if (!ffStrbufEndsWithIgnCaseS(&options->source, ".txt"))
661
{
662
const FFTerminalResult* terminal = ffDetectTerminal();
0 commit comments