Force layout recalc after suspend.

This commit is contained in:
shy 2021-04-23 13:51:32 +02:00
parent b3acafc090
commit c805053c63

View file

@ -319,6 +319,7 @@ pub fn run(
// Continuing after SIGTSTP or SIGSTOP.
SIGCONT => {
restore_after_suspend(&mut stdout)?;
layout.schedule_recalc();
force_redraw = true;
}
SIGWINCH => layout.schedule_recalc(),