mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 23:46:21 +00:00
Merge pull request #1671 from paulfertser/fix-resize-race
Fix race condition on resize
This commit is contained in:
@@ -144,10 +144,8 @@ ui_update(void)
|
|||||||
doupdate();
|
doupdate();
|
||||||
|
|
||||||
if (perform_resize) {
|
if (perform_resize) {
|
||||||
signal(SIGWINCH, SIG_IGN);
|
|
||||||
ui_resize();
|
|
||||||
perform_resize = FALSE;
|
perform_resize = FALSE;
|
||||||
signal(SIGWINCH, ui_sigwinch_handler);
|
ui_resize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user