progress
progress copied to clipboard
Fix signal handler
I guess that a different program design will be needed for your function "int_handler".
- The variables "flag_monitor" and "flag_monitor_continous" should use the data type "sig_atomic_t".
- The functions "endwin" and "exit" do not belong to the list of async-signal-safe functions.