Take 32 grapheme clusters instead of characters

This commit is contained in:
Andrey Ryabov
2023-01-12 21:43:31 +02:00
parent 2294471b50
commit b736853dfe
2 changed files with 7 additions and 4 deletions

View File

@@ -24,3 +24,4 @@ sqlite = "0.30.3"
thiserror = "1.0.38"
tokio = { version = "1.23.0", features = ["full"] }
tui = "0.19.0"
unicode-segmentation = "1.10.0"