[BACK]Return to proc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/proc.c between version 1.18 and 1.19

version 1.18, 2020/08/04 08:50:01 version 1.19, 2020/10/26 19:00:37
Line 270 
Line 270 
   
         if (defaults) {          if (defaults) {
                 sigaction(SIGINT, &sa, NULL);                  sigaction(SIGINT, &sa, NULL);
                   sigaction(SIGQUIT, &sa, NULL);
                 sigaction(SIGHUP, &sa, NULL);                  sigaction(SIGHUP, &sa, NULL);
                 sigaction(SIGCHLD, &sa, NULL);                  sigaction(SIGCHLD, &sa, NULL);
                 sigaction(SIGCONT, &sa, NULL);                  sigaction(SIGCONT, &sa, NULL);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19