[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.38 and 1.39

version 1.38, 2010/05/04 17:28:16 version 1.39, 2010/05/12 15:05:39
Line 206 
Line 206 
         struct sigaction        sigact;          struct sigaction        sigact;
   
         switch (sig) {          switch (sig) {
           case SIGHUP:
                   client_exitmsg = "lost tty";
                   client_exitval = 1;
                   client_write_server(MSG_EXITING, NULL, 0);
                   break;
         case SIGTERM:          case SIGTERM:
                 client_exitmsg = "terminated";                  client_exitmsg = "terminated";
                 client_exitval = 1;                  client_exitval = 1;

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39