Force layout recalc after suspend.
This commit is contained in:
parent
b3acafc090
commit
c805053c63
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue