Skip to content

Commit 744455d

Browse files
committed
Logo (Image): default to kitty protocol in warp terminal
Fix #1666
1 parent bcc8f6d commit 744455d

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
@@ -626,7 +626,8 @@ void ffLogoPrint(void)
626626
ffStrbufIgnCaseEqualS(&terminal->processName, "konsole") ||
627627
ffStrbufIgnCaseEqualS(&terminal->processName, "wezterm") ||
628628
ffStrbufIgnCaseEqualS(&terminal->processName, "wayst") ||
629-
ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty");
629+
ffStrbufIgnCaseEqualS(&terminal->processName, "ghostty") ||
630+
ffStrbufIgnCaseEqualS(&terminal->processName, "warp");
630631

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

0 commit comments

Comments
 (0)