[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.36 and 1.37

version 1.36, 2015/12/12 18:28:47 version 1.37, 2015/12/12 18:32:24
Line 124 
Line 124 
         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.36  
changed lines
  Added in v.1.37