mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Mostly update dependencies but also resize when terminal resizes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user