[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.47 and 1.48

version 1.47, 2015/10/31 14:51:15 version 1.48, 2015/11/03 15:07:36
Line 139 
Line 139 
                         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;
                                 proc_send_s(c->peer, MSG_DETACH, s->name);                                  proc_send_s(c_loop->peer, MSG_DETACH, s->name);
                         }                          }
                 }                  }
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48