[BACK]Return to cmd-switch-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-switch-client.c between version 1.46 and 1.47

version 1.46, 2017/01/24 20:15:32 version 1.47, 2017/01/28 16:11:27
Line 108 
Line 108 
         if (c->session != NULL && c->session != s)          if (c->session != NULL && c->session != s)
                 c->last_session = c->session;                  c->last_session = c->session;
         c->session = s;          c->session = s;
         server_client_set_key_table(c, NULL);  
         status_timer_start(c);          status_timer_start(c);
         session_update_activity(s, NULL);          session_update_activity(s, NULL);
         gettimeofday(&s->last_attached_time, NULL);          gettimeofday(&s->last_attached_time, NULL);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47