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

Diff for /src/usr.bin/tmux/window.c between version 1.158 and 1.159

version 1.158, 2016/04/29 13:36:11 version 1.159, 2016/04/29 15:00:48
Line 764 
Line 764 
         screen_init(&wp->base, sx, sy, hlimit);          screen_init(&wp->base, sx, sy, hlimit);
         wp->screen = &wp->base;          wp->screen = &wp->base;
   
           screen_init(&wp->status_screen, 1, 1, 0);
   
         if (gethostname(host, sizeof host) == 0)          if (gethostname(host, sizeof host) == 0)
                 screen_set_title(&wp->base, host);                  screen_set_title(&wp->base, host);
   

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159