Casey Duncan

Results 3 issues of Casey Duncan

Fix for: https://github.com/emersion/mrsh/issues/174 - Job notification on SIGCONT for supporting platforms - `run_process()` no longer forks twice for background jobs, allowing detection of SIGSTOP/SIGCONT - Added jobs.sh test script

``` build/mrsh -mb $ sleep 100& $ kill -STOP $(pidof sleep) $ jobs [1] + Running sleep 100 & $ kill $(pidof sleep) $ [1] + Done(33024) sleep 100 &...

Basic fulllscreen support, tested on MacOS Catalina 10.15.7. Also fixes a bug where TK_FULLSCREEN was not being updated when setting `window: fullscreen=true`, which differed from the ALT+ENTER codepath.