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

Diff for /src/usr.bin/tmux/layout-custom.c between version 1.14 and 1.15

version 1.14, 2019/06/15 06:33:48 version 1.15, 2019/07/15 18:25:07
Line 165 
Line 165 
         layout_assign(&wp, lc);          layout_assign(&wp, lc);
   
         /* Update pane offsets and sizes. */          /* Update pane offsets and sizes. */
         layout_fix_offsets(lc);          layout_fix_offsets(w);
         layout_fix_panes(w);          layout_fix_panes(w);
         recalculate_sizes();          recalculate_sizes();
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15