[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.116 and 1.117

version 1.116, 2015/02/09 12:47:18 version 1.117, 2015/04/19 21:05:27
Line 705 
Line 705 
   
         wp->saved_grid = NULL;          wp->saved_grid = NULL;
   
           memcpy(&wp->colgc, &grid_default_cell, sizeof wp->colgc);
   
         screen_init(&wp->base, sx, sy, hlimit);          screen_init(&wp->base, sx, sy, hlimit);
         wp->screen = &wp->base;          wp->screen = &wp->base;
   

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117