diff --git a/src/main.rs b/src/main.rs index 2eedda0..cc4a8b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -118,6 +118,7 @@ impl Ui { } fn label_fixed_width(&mut self, text: &str, width: i32, pair: i16) { + // TODO(#17): Ui::label_fixed_width() does not elide the text when width < text.len() let layout = self .layouts .last_mut()