[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.270 and 1.271

version 1.270, 2019/03/15 14:46:58 version 1.271, 2019/03/16 17:14:07
Line 204 
Line 204 
         c->tty.sx = 80;          c->tty.sx = 80;
         c->tty.sy = 24;          c->tty.sy = 24;
   
         screen_init(&c->status.status, c->tty.sx, 1, 0);          status_init(c);
   
         c->message_string = NULL;          c->message_string = NULL;
         TAILQ_INIT(&c->message_log);          TAILQ_INIT(&c->message_log);

Legend:
Removed from v.1.270  
changed lines
  Added in v.1.271