[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.28 and 1.29

version 1.28, 2015/08/28 12:16:28 version 1.29, 2015/08/28 13:01:03
Line 128 
Line 128 
                 c->last_session = c->session;                  c->last_session = c->session;
         c->session = s;          c->session = s;
         status_timer_start(c);          status_timer_start(c);
         session_update_activity(s);          session_update_activity(s, NULL);
   
         recalculate_sizes();          recalculate_sizes();
         server_check_unattached();          server_check_unattached();

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29