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.
|
// Continuing after SIGTSTP or SIGSTOP.
|
||||||
SIGCONT => {
|
SIGCONT => {
|
||||||
restore_after_suspend(&mut stdout)?;
|
restore_after_suspend(&mut stdout)?;
|
||||||
|
layout.schedule_recalc();
|
||||||
force_redraw = true;
|
force_redraw = true;
|
||||||
}
|
}
|
||||||
SIGWINCH => layout.schedule_recalc(),
|
SIGWINCH => layout.schedule_recalc(),
|
||||||
|
|
Loading…
Reference in a new issue