[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.54 and 1.55

version 1.54, 2012/03/17 18:24:07 version 1.55, 2012/03/17 22:35:09
Line 293 
Line 293 
                          * Can't use session_detach as it will destroy session                           * Can't use session_detach as it will destroy session
                          * if this makes it empty.                           * if this makes it empty.
                          */                           */
                           notify_window_unlinked(dst, dstwl->window);
                         dstwl->flags &= ~WINLINK_ALERTFLAGS;                          dstwl->flags &= ~WINLINK_ALERTFLAGS;
                         winlink_stack_remove(&dst->lastw, dstwl);                          winlink_stack_remove(&dst->lastw, dstwl);
                         winlink_remove(&dst->windows, dstwl);                          winlink_remove(&dst->windows, dstwl);
Line 419 
Line 420 
                 } else {                  } else {
                         c->last_session = NULL;                          c->last_session = NULL;
                         c->session = s_new;                          c->session = s_new;
                           notify_attached_session_changed(c);
                         session_update_activity(s_new);                          session_update_activity(s_new);
                         server_redraw_client(c);                          server_redraw_client(c);
                 }                  }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55