[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.16 and 1.17

version 1.16, 2011/04/05 19:37:01 version 1.17, 2012/01/21 06:13:16
Line 76 
Line 76 
                 ctx->curclient->session = s;                  ctx->curclient->session = s;
                 session_update_activity(s);                  session_update_activity(s);
                 server_redraw_client(ctx->curclient);                  server_redraw_client(ctx->curclient);
                   s->curw->flags &= ~WINLINK_ALERTFLAGS;
         } else {          } else {
                 if (!(ctx->cmdclient->flags & CLIENT_TERMINAL)) {                  if (!(ctx->cmdclient->flags & CLIENT_TERMINAL)) {
                         ctx->error(ctx, "not a terminal");                          ctx->error(ctx, "not a terminal");
Line 104 
Line 105 
                 environ_update(update, &ctx->cmdclient->environ, &s->environ);                  environ_update(update, &ctx->cmdclient->environ, &s->environ);
   
                 server_redraw_client(ctx->cmdclient);                  server_redraw_client(ctx->cmdclient);
                   s->curw->flags &= ~WINLINK_ALERTFLAGS;
         }          }
         recalculate_sizes();          recalculate_sizes();
         server_update_socket();          server_update_socket();

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