mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +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