mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
This was caused by cache corruption. is_special_glyph() and is_empty_glyph() were treading over each other if called in the right sequence. Fixes #303