zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
25.24k stars 1.18k forks source link

Unicode: Fix wide runes in various szenarios #3516

Open JoeKar opened 1 month ago

JoeKar commented 1 month ago

Fixes #2277 Fixes #3514

zDEFz commented 1 month ago

That's cool, it fixes the search issue. But it has some edge-case that isn't covered. if you e.g paste 少女少女 少 女少女少女少 女少少女 into the window and then start resizing, you can still make the '@' appear. image

JoeKar commented 1 month ago

Ok, I will have a look into this in the evening. Looks like the „fix“ is just half of the truth and this Unicode handling needs some rework.