cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
152 stars 14 forks source link

multi-character grapheme support #13

Closed ghost closed 8 years ago

ghost commented 9 years ago

This is an awesome library :) One thing that I want to ask though is, is there any plan to support putting multi-char graphemes inside of cells? For example the character is encoded in unicode as the codepoint sequence 006E 0308.

cpjreynolds commented 9 years ago

Thank you! I'm glad it can be of use.

I do plan on implementing more comprehensive unicode support in the near future, after the base functionality is worked out, additions like these will be much easier to add as the backend won't be as much of a moving target.

cpjreynolds commented 8 years ago

Closing now as #10 references the same issue.