Remove TODO

This commit is contained in:
Joscha 2022-05-29 12:02:15 +02:00
parent 6b9e4cbc63
commit 33264b4aec

View file

@ -16,7 +16,6 @@ fn draw(f: &mut Frame) {
"It can also properly handle wide graphemes (like emoji 🤔), ",
"including ones usually displayed incorrectly by terminal emulators, like 👩‍🔬 (a female scientist emoji).",
);
// TODO Actually use nbsp
let breaks = f.wrap(text, f.size().width.into());
let lines = toss::split_at_indices(text, &breaks);