[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.19 and 1.20

version 1.19, 2019/11/28 09:45:15 version 1.20, 2021/03/11 06:31:05
Line 233 
Line 233 
   
         /* Update pane offsets and sizes. */          /* Update pane offsets and sizes. */
         layout_fix_offsets(w);          layout_fix_offsets(w);
         layout_fix_panes(w);          layout_fix_panes(w, NULL);
         recalculate_sizes();          recalculate_sizes();
   
         layout_print_cell(lc, __func__, 0);          layout_print_cell(lc, __func__, 0);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20