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

Diff for /src/usr.bin/tmux/server.c between version 1.36 and 1.37

version 1.36, 2009/09/14 11:25:35 version 1.37, 2009/09/15 07:45:16
Line 97 
Line 97 
   
         c->session = NULL;          c->session = NULL;
         c->tty.sx = 80;          c->tty.sx = 80;
         c->tty.sy = 25;          c->tty.sy = 24;
         screen_init(&c->status, c->tty.sx, 1, 0);          screen_init(&c->status, c->tty.sx, 1, 0);
   
         c->message_string = NULL;          c->message_string = NULL;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37