Resize terminal too

This commit is contained in:
mars 2022-10-06 20:30:22 -06:00
parent f49a0ea6bf
commit b538c108b5
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ impl App {
false,
);
self.term.lock().resize(term_size);
self.term_channel.send(TermMsg::Resize(term_size)).unwrap();
self.redraw();