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
Add a pause --pause-method|-m option with a support for SIGSTOP. Specifies method for pausing the command when user is not idle. Available parameters: SIGTSTP (can be ignored by the program), SIGSTOP (can not be ignored). (default: SIGTSTP).
Add --start-monitoring-after|-a option to set an initial delay in milliseconds before monitoring starts. This helps to catch errors happening shortly after the execution has started. (default: 300 ms).
Fixes
Minor bug and typo fixes.
Other
Code reorganization.
Enable gcc warnings and disable compilation when warnings exist.
Mention existence AUR package in the documentation.