[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.39 and 1.40

version 1.39, 2015/08/28 12:16:28 version 1.40, 2015/08/28 13:01:03
Line 135 
Line 135 
                 c->session = s;                  c->session = s;
                 status_timer_start(c);                  status_timer_start(c);
                 notify_attached_session_changed(c);                  notify_attached_session_changed(c);
                 session_update_activity(s);                  session_update_activity(s, NULL);
                 server_redraw_client(c);                  server_redraw_client(c);
                 s->curw->flags &= ~WINLINK_ALERTFLAGS;                  s->curw->flags &= ~WINLINK_ALERTFLAGS;
         } else {          } else {
Line 180 
Line 180 
                 c->session = s;                  c->session = s;
                 status_timer_start(c);                  status_timer_start(c);
                 notify_attached_session_changed(c);                  notify_attached_session_changed(c);
                 session_update_activity(s);                  session_update_activity(s, NULL);
                 server_redraw_client(c);                  server_redraw_client(c);
                 s->curw->flags &= ~WINLINK_ALERTFLAGS;                  s->curw->flags &= ~WINLINK_ALERTFLAGS;
   

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