Skip to content

Commit

Permalink
Merge pull request #25 from qxb3/fix-resize
Browse files Browse the repository at this point in the history
fix resize
  • Loading branch information
qxb3 authored Jan 18, 2025
2 parents ca7f9ac + 615c627 commit de45f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ impl<'a> Fum<'a> {
}).expect("Failed to draw frame");
}

self.term_events();
self.update_meta();
self.term_events();
}

utils::terminal::restore();
Expand Down

0 comments on commit de45f12

Please sign in to comment.