mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-13 03:59:23 +02:00
At some point, unicode regional indicators became combining chars in the unicode standard, which broke the handling of them in draw_codepoint(). The fix has the added advantage of improving performance in the common case by only checking for combining chars. The flag check happens only if the first check matches. Fixes #4407
33 KiB
33 KiB