You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finish replacing x button functionality{while pids are alive && handle 2d button click or 5s ask do you want to terminate && handle taskmanager}
fix task manager make jvm behave clear all signals by doing sigset SIG_DFL, sigset https://stackoverflow.com/a/49897306/8477015 and signal(SIGINT, SIG_DFL);
don't fire shutdown if Control+C is typed instead of being generated (CONTROL+SHIFT+C) to shutdown