[BACK]Return to server-fn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-fn.c between version 1.95 and 1.96

version 1.95, 2015/12/11 12:39:47 version 1.96, 2015/12/12 18:32:24
Line 384 
Line 384 
                 } else {                  } else {
                         c->last_session = NULL;                          c->last_session = NULL;
                         c->session = s_new;                          c->session = s_new;
                           server_client_set_key_table(c, NULL);
                         status_timer_start(c);                          status_timer_start(c);
                         notify_attached_session_changed(c);                          notify_attached_session_changed(c);
                         session_update_activity(s_new, NULL);                          session_update_activity(s_new, NULL);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96