[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.45 and 1.46

version 1.45, 2010/12/11 18:39:25 version 1.46, 2010/12/20 00:17:22
Line 399 
Line 399 
                         c->session = NULL;                          c->session = NULL;
                         c->flags |= CLIENT_EXIT;                          c->flags |= CLIENT_EXIT;
                 } else {                  } else {
                         c->last_session = UINT_MAX;                          c->last_session = NULL;
                         c->session = s_new;                          c->session = s_new;
                         server_redraw_client(c);                          server_redraw_client(c);
                 }                  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46