@ -283,6 +283,7 @@ proc_clear_signals(struct tmuxproc *tp, int defaults)
if(defaults){
sigaction(SIGINT,&sa,NULL);
sigaction(SIGQUIT,&sa,NULL);
sigaction(SIGHUP,&sa,NULL);
sigaction(SIGCHLD,&sa,NULL);
sigaction(SIGCONT,&sa,NULL);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.