mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
oops
This commit is contained in:
parent
56e5c8be32
commit
0285f5a1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ has_cell_text(Font *self, CPUCell *cell) {
|
|||
if (num_cc == 1) {
|
||||
if (face_has_codepoint(self->face, combining_chars[0])) return true;
|
||||
char_type ch = 0;
|
||||
if (hb_unicode_compose(hb_unicode_funcs_get_default(), ch, combining_chars[0], &ch) && face_has_codepoint(self->face, ch)) return true;
|
||||
if (hb_unicode_compose(hb_unicode_funcs_get_default(), cell->ch, combining_chars[0], &ch) && face_has_codepoint(self->face, ch)) return true;
|
||||
return false;
|
||||
}
|
||||
for (unsigned i = 0; i < num_cc; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue