Remove TODO
This commit is contained in:
parent
6b9e4cbc63
commit
33264b4aec
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue