[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.11 and 1.12

version 1.11, 2016/10/16 22:06:40 version 1.12, 2018/10/18 08:38:01
Line 167 
Line 167 
   
         /* Update pane offsets and sizes. */          /* Update pane offsets and sizes. */
         layout_fix_offsets(lc);          layout_fix_offsets(lc);
         layout_fix_panes(w, lc->sx, lc->sy);          layout_fix_panes(w);
   
         /* Then resize the layout back to the original window size. */          /* Then resize the layout back to the original window size. */
         layout_resize(w, sx, sy);          layout_resize(w, sx, sy);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12