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

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.75 and 1.76

version 1.75, 2018/05/15 14:58:09 version 1.76, 2018/10/18 08:38:01
Line 115 
Line 115 
                 c->session = s;                  c->session = s;
                 if (~item->shared->flags & CMDQ_SHARED_REPEAT)                  if (~item->shared->flags & CMDQ_SHARED_REPEAT)
                         server_client_set_key_table(c, NULL);                          server_client_set_key_table(c, NULL);
                   tty_update_client_offset(c);
                 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);
Line 142 
Line 143 
   
                 c->session = s;                  c->session = s;
                 server_client_set_key_table(c, NULL);                  server_client_set_key_table(c, NULL);
                   tty_update_client_offset(c);
                 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.75  
changed lines
  Added in v.1.76