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 df6eed7 commit 80b48ddCopy full SHA for 80b48dd
src/logo/logo.c
@@ -605,7 +605,8 @@ void ffLogoPrint(void)
605
ffStrbufIgnCaseEqualS(&terminal->processName, "kitty") ||
606
ffStrbufIgnCaseEqualS(&terminal->processName, "konsole") ||
607
ffStrbufIgnCaseEqualS(&terminal->processName, "wezterm") ||
608
- ffStrbufIgnCaseEqualS(&terminal->processName, "wayst");
+ ffStrbufIgnCaseEqualS(&terminal->processName, "wayst") ||
609
+ ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty");
610
611
//Try to load the logo as an image. If it succeeds, print it and return.
612
if(logoPrintImageIfExists(supportsKitty ? FF_LOGO_TYPE_IMAGE_KITTY : FF_LOGO_TYPE_IMAGE_CHAFA, false))
0 commit comments