This release adds support for Unicode input and output.
If your terminal supports mode 2027 (e.g. WezTerm, Contour), Tuile will be using grapheme clustering when rendering text. If mode 2027 is not supported (most of the existing terminals), text will be rendered by code points.
Other:
- Fixed high CPU usage (#11)
- Fixed fg color not being set in crossterm backend
- Fixed colors reset in crossterm backend when applying styles