cursive_buffered_backend
cursive_buffered_backend copied to clipboard
Display misplaced when text content has emoji symbols
I created a simple dialog in Cursive where the label and button text start with emoji 🖼️ and I got this:
Without this buffered backend it works fine:

My backend is crossterm-backend and I am using Windows Terminal on Windows 11.
I did try to pinpoint where the issue happens. It looks like it is not completely a buffered_backend fault. If I use 2 emoji with a pure 'crossterm-backend' and no buffered backend, I got the text truncated on the button:
I'll try to investigate further...