From 44c188da8ab750cec71904259ed378d8c0c8d4fe Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 24 Jun 2021 02:12:30 +0700 Subject: [PATCH] Add TODO(#17) --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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()