tcolar / goed

Terminal based code editor / development environment
MIT License
132 stars 6 forks source link

Test & fix insert / delete multi-bytes runes in UTF8 text #107

Closed tcolar closed 8 years ago

tcolar commented 8 years ago

Runes that are say 2, 3 or 4 bytes.

tcolar commented 8 years ago

Actually they render ok I think, but delete (maybe among other things) only deletes one byte and leaves a mess.

tcolar commented 8 years ago

Should be fixed.