chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea8171
)
Remove an obsolete FIXME comment.
author
Simon Tatham
<anakin@pobox.com>
Fri, 5 Jan 2024 09:50:59 +0000
(09:50 +0000)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/src/text.rs
b/src/text.rs
index e2b9b96997c8335726a36efb3cc89b0f849d1786..8d2d39156e1578c16140f967376c871f35a72f8a 100644
(file)
--- a/
src/text.rs
+++ b/
src/text.rs
@@
-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",