From f3d9ad324438f88450b24fe3b702cfad56ea4739 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Mar 2024 18:59:52 +0530 Subject: [PATCH] ... --- kitty/core_text.m | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/core_text.m b/kitty/core_text.m index 51403d7ed..ff8af760e 100644 --- a/kitty/core_text.m +++ b/kitty/core_text.m @@ -211,6 +211,7 @@ } if (found) { ans = new_font; + if (global_state.debug_font_fallback) fprintf(stderr, "Manually found fallback font.\n"); break; } }