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 bcc8f6d commit 744455dCopy full SHA for 744455d
src/logo/logo.c
@@ -626,7 +626,8 @@ void ffLogoPrint(void)
626
ffStrbufIgnCaseEqualS(&terminal->processName, "konsole") ||
627
ffStrbufIgnCaseEqualS(&terminal->processName, "wezterm") ||
628
ffStrbufIgnCaseEqualS(&terminal->processName, "wayst") ||
629
- ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty");
+ ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty") ||
630
+ ffStrbufIgnCaseEqualS(&terminal->processName, "warp");
631
632
//Try to load the logo as an image. If it succeeds, print it and return.
633
if(logoPrintImageIfExists(supportsKitty ? FF_LOGO_TYPE_IMAGE_KITTY : FF_LOGO_TYPE_IMAGE_CHAFA, false))
0 commit comments