Skip to content
  • Matthias Clasen's avatar
    Fix handling of keycap sequences · b1718281
    Matthias Clasen authored
    The last character of Emoji keycap sequences, 0x20E3,
    has a vertical orientation of U, according to Unicode.
    This unfortunately makes the width iter frequently break
    such sequences into multiple items, preventing them from
    being rendered as expected.
    
    Fix this by ignoring width changes inside Emoji sequences.
    
    Fixes: #502
    b1718281