Mostly update dependencies but also resize when terminal resizes

This commit is contained in:
itsjunetime
2024-07-29 14:11:40 -06:00
parent d4d144d53a
commit 248c9b073a
4 changed files with 164 additions and 126 deletions
+1
View File
@@ -478,6 +478,7 @@ impl Tui {
self.change_page(PageChange::Prev, ChangeAmount::WholeScreen),
_ => None
},
Event::Resize(_, _) => Some(InputAction::Redraw),
// One of these options is Event::Resize, and we don't care about that because
// we always check, regardless, if the available area for the images has
// changed.