[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.47 and 1.48

version 1.47, 2017/01/28 16:11:27 version 1.48, 2017/02/06 15:00:41
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;
           if (!item->repeat)
                   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.47  
changed lines
  Added in v.1.48