Skip to content

Commit 80b48dd

Browse files
committed
Logo (Image): mark ghostty supports kitty image protocol
1 parent df6eed7 commit 80b48dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/logo/logo.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,8 @@ void ffLogoPrint(void)
605605
ffStrbufIgnCaseEqualS(&terminal->processName, "kitty") ||
606606
ffStrbufIgnCaseEqualS(&terminal->processName, "konsole") ||
607607
ffStrbufIgnCaseEqualS(&terminal->processName, "wezterm") ||
608-
ffStrbufIgnCaseEqualS(&terminal->processName, "wayst");
608+
ffStrbufIgnCaseEqualS(&terminal->processName, "wayst") ||
609+
ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty");
609610

610611
//Try to load the logo as an image. If it succeeds, print it and return.
611612
if(logoPrintImageIfExists(supportsKitty ? FF_LOGO_TYPE_IMAGE_KITTY : FF_LOGO_TYPE_IMAGE_CHAFA, false))

0 commit comments

Comments
 (0)