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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.97 and 1.98

version 1.97, 2017/01/24 20:15:32 version 1.98, 2017/01/28 16:11:27
Line 277 
Line 277 
                 } else if (c->session != NULL)                  } else if (c->session != NULL)
                         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);
                 notify_client("client-session-changed", c);                  notify_client("client-session-changed", c);
                 session_update_activity(s, NULL);                  session_update_activity(s, NULL);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98