[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.26 and 1.27

version 1.26, 2019/05/14 07:37:50 version 1.27, 2019/07/15 18:25:07
Line 158 
Line 158 
         layout_spread_cell(w, lc);          layout_spread_cell(w, lc);
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(w);
         layout_fix_panes(w);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
Line 257 
Line 257 
         }          }
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(w);
         layout_fix_panes(w);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
Line 344 
Line 344 
         }          }
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(w);
         layout_fix_panes(w);          layout_fix_panes(w);
   
         layout_print_cell(w->layout_root, __func__, 1);          layout_print_cell(w->layout_root, __func__, 1);
Line 453 
Line 453 
         }          }
   
         /* Fix cell offsets. */          /* Fix cell offsets. */
         layout_fix_offsets(lc);          layout_fix_offsets(w);
         layout_fix_panes(w);          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.26  
changed lines
  Added in v.1.27