[BACK]Return to cmd-attach-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.59 and 1.60

version 1.59, 2015/12/16 21:50:37 version 1.60, 2015/12/21 09:20:13
Line 91 
Line 91 
                         TAILQ_FOREACH(c_loop, &clients, entry) {                          TAILQ_FOREACH(c_loop, &clients, entry) {
                                 if (c_loop->session != s || c == c_loop)                                  if (c_loop->session != s || c == c_loop)
                                         continue;                                          continue;
                                 server_client_detach(c, MSG_DETACH);                                  server_client_detach(c_loop, MSG_DETACH);
                         }                          }
                 }                  }
   

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60