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

Diff for /src/usr.bin/tmux/mode-tree.c between version 1.41 and 1.42

version 1.41, 2020/04/22 21:01:28 version 1.42, 2020/05/16 15:01:31
Line 557 
Line 557 
   
         memcpy(&gc0, &grid_default_cell, sizeof gc0);          memcpy(&gc0, &grid_default_cell, sizeof gc0);
         memcpy(&gc, &grid_default_cell, sizeof gc);          memcpy(&gc, &grid_default_cell, sizeof gc);
         style_apply(&gc, oo, "mode-style");          style_apply(&gc, oo, "mode-style", NULL);
   
         w = mtd->width;          w = mtd->width;
         h = mtd->height;          h = mtd->height;

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42