[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.92 and 1.93

version 1.92, 2016/10/16 19:04:05 version 1.93, 2016/10/16 22:06:40
Line 281 
Line 281 
                 c->session = s;                  c->session = s;
                 server_client_set_key_table(c, NULL);                  server_client_set_key_table(c, NULL);
                 status_timer_start(c);                  status_timer_start(c);
                 notify_attached_session_changed(c);                  notify_client("client-session-changed", c);
                 session_update_activity(s, NULL);                  session_update_activity(s, NULL);
                 gettimeofday(&s->last_attached_time, NULL);                  gettimeofday(&s->last_attached_time, NULL);
                 server_redraw_client(c);                  server_redraw_client(c);

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93