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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.77 and 1.78

version 1.77, 2014/10/20 23:27:14 version 1.78, 2015/01/06 09:12:53
Line 270 
Line 270 
   
                 if (session_has(s, w) == NULL)                  if (session_has(s, w) == NULL)
                         continue;                          continue;
                   server_unzoom_window(w);
                 while ((wl = winlink_find_by_window(&s->windows, w)) != NULL) {                  while ((wl = winlink_find_by_window(&s->windows, w)) != NULL) {
                         if (session_detach(s, wl)) {                          if (session_detach(s, wl)) {
                                 server_destroy_session_group(s);                                  server_destroy_session_group(s);

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78