[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.102 and 1.103

version 1.102, 2017/03/08 13:36:12 version 1.103, 2017/04/21 14:01:19
Line 297 
Line 297 
                 } 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;
                 if (!item->repeat)                  if (~item->shared->flags & CMDQ_SHARED_REPEAT)
                         server_client_set_key_table(c, NULL);                          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);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103