Rust terminal drawing library
Find a file
Joscha d186291ef7 Fix word wrapping with successive forced breaks
If there were multiple forced breaks in succession, all except the first
would be a bit too wide since I forgot to include the current grapheme
in the new line's width.
2022-08-03 21:57:15 +02:00
examples Store Styled with contiguous string 2022-08-01 19:02:57 +02:00
src Fix word wrapping with successive forced breaks 2022-08-03 21:57:15 +02:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Update dependencies 2022-07-06 11:21:18 +02:00