chiark / gitweb /
Remove an obsolete FIXME comment.
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 09:50:59 +0000 (09:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 09:57:51 +0000 (09:57 +0000)
Primed extensibility indicators have been working for _days_.

src/text.rs

index e2b9b96997c8335726a36efb3cc89b0f849d1786..8d2d39156e1578c16140f967376c871f35a72f8a 100644 (file)
@@ -859,7 +859,6 @@ impl TextFragment for ExtendableIndicator {
     fn render_highlighted(&self, width: usize, _highlight: Option<Highlight>)
                           -> Vec<ColouredString>
     {
-        // FIXME: decide how to make this message change when it's primed
         let message = if self.primed {
             ColouredString::general(
                 "Press [0] to extend",