Skip to content

v0.1.3 - Unicode support

Latest
Compare
Choose a tag to compare
@akarpovskii akarpovskii released this 16 Jun 08:33
· 2 commits to main since this release
48df34f

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