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:
1709e5e
)
Rerun 'cargo fmt'.
author
Simon Tatham
<anakin@pobox.com>
Sat, 20 Jan 2024 14:56:27 +0000
(14:56 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sat, 20 Jan 2024 14:59:30 +0000
(14:59 +0000)
src/tui.rs
patch
|
blob
|
history
diff --git
a/src/tui.rs
b/src/tui.rs
index 99e90ec933068faf74890a3c4847c847a9b6433d..6d621e2827fa0fdd2d037d1dcf23da6a44c1001a 100644
(file)
--- a/
src/tui.rs
+++ b/
src/tui.rs
@@
-523,7
+523,8
@@
impl Tui {
Todo::Keypress(ourkey) => {
self.state.handle_keypress(ourkey, &mut self.client)
}
- Todo::Stream(feeds_updated) => self.state
+ Todo::Stream(feeds_updated) => self
+ .state
.handle_feed_updates(feeds_updated, &mut self.client),
};