[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.44 and 1.45

version 1.44, 2010/12/11 18:39:25 version 1.45, 2010/12/20 00:17:22
Line 78 
Line 78 
         c->title = NULL;          c->title = NULL;
   
         c->session = NULL;          c->session = NULL;
         c->last_session = UINT_MAX;          c->last_session = NULL;
         c->tty.sx = 80;          c->tty.sx = 80;
         c->tty.sy = 24;          c->tty.sy = 24;
   

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