[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.37 and 1.38

version 1.37, 2015/06/09 07:07:06 version 1.38, 2015/07/06 14:24:57
Line 126 
Line 126 
                         s->cwd = fd;                          s->cwd = fd;
                 }                  }
   
                   if (!Eflag) {
                           update = options_get_string(&s->options,
                               "update-environment");
                           environ_update(update, &c->environ, &s->environ);
                   }
   
                 c->session = s;                  c->session = s;
                 notify_attached_session_changed(c);                  notify_attached_session_changed(c);
                 session_update_activity(s);                  session_update_activity(s);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38