[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.17 and 1.18

version 1.17, 2012/01/21 06:13:16 version 1.18, 2012/03/17 22:35:09
Line 74 
Line 74 
                 }                  }
   
                 ctx->curclient->session = s;                  ctx->curclient->session = s;
                   notify_attached_session_changed(ctx->curclient);
                 session_update_activity(s);                  session_update_activity(s);
                 server_redraw_client(ctx->curclient);                  server_redraw_client(ctx->curclient);
                 s->curw->flags &= ~WINLINK_ALERTFLAGS;                  s->curw->flags &= ~WINLINK_ALERTFLAGS;
Line 98 
Line 99 
                         server_write_session(s, MSG_DETACH, NULL, 0);                          server_write_session(s, MSG_DETACH, NULL, 0);
   
                 ctx->cmdclient->session = s;                  ctx->cmdclient->session = s;
                   notify_attached_session_changed(ctx->cmdclient);
                 session_update_activity(s);                  session_update_activity(s);
                 server_write_client(ctx->cmdclient, MSG_READY, NULL, 0);                  server_write_client(ctx->cmdclient, MSG_READY, NULL, 0);
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18