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

Diff for /src/usr.bin/tmux/layout-set.c between version 1.20 and 1.21

version 1.20, 2017/12/31 20:00:44 version 1.21, 2018/10/18 08:38:01
Line 148 
Line 148 
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(lc);
         layout_fix_panes(w, w->sx, w->sy);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
   
Line 284 
Line 284 
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(lc);
         layout_fix_panes(w, w->sx, w->sy);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
   
Line 408 
Line 408 
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(lc);
         layout_fix_panes(w, w->sx, w->sy);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
   
Line 511 
Line 511 
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(lc);
         layout_fix_panes(w, w->sx, w->sy);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
   

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