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

Diff for /src/usr.bin/tmux/client.c between version 1.160 and 1.161

version 1.160, 2023/07/10 09:35:46 version 1.161, 2023/07/10 12:00:08
Line 246 
Line 246 
         u_int                    ncaps = 0;          u_int                    ncaps = 0;
         struct args_value       *values;          struct args_value       *values;
   
         /* Ignore SIGCHLD now or daemon() in the server will leave a zombie. */  
         signal(SIGCHLD, SIG_IGN);  
   
         /* Set up the initial command. */          /* Set up the initial command. */
         if (shell_command != NULL) {          if (shell_command != NULL) {
                 msg = MSG_SHELL;                  msg = MSG_SHELL;

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161