commit 4bac9926bb6f27b5b065add4e43e12b7de16e1fb from: Omar Polo date: Thu Jul 15 18:24:43 2021 UTC sue SIGSTOP instead of SIGTSTP maybe in the future we'll try to handle SIGTSTP? commit - 12cf7d8030c831d559cd71f24cfb6da0d481019b commit + 4bac9926bb6f27b5b065add4e43e12b7de16e1fb blob - d32a264c21d4d6efff53f76f235fa33a5041da2f blob + 692b3acb5729ed62f42cd74e64129baa3362b8dd --- ui.c +++ ui.c @@ -1329,7 +1329,7 @@ ui_suspend(void) { endwin(); - kill(getpid(), SIGTSTP); + kill(getpid(), SIGSTOP); refresh(); clear();