mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
...
This commit is contained in:
parent
2f151e773c
commit
716bcb6d12
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ load_fallback_font(FontGroup *fg, CPUCell *cell, bool bold, bool italic, bool em
|
|||
printf("U+%x ", codepoint_for_mark(cell->cc_idx[i]));
|
||||
}
|
||||
printf("is ");
|
||||
PyObject_Print(af->face, stdout, 0);
|
||||
if (af->face) PyObject_Print(af->face, stdout, 0); else printf(" (null)");
|
||||
printf(" but it does not actually contain glyphs for that text\n");
|
||||
}
|
||||
del_font(af);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue