[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.18 and 1.19

version 1.18, 2019/10/19 12:40:42 version 1.19, 2019/11/28 09:45:15
Line 221 
Line 221 
                 return (-1);                  return (-1);
   
         /* Resize to the layout size. */          /* Resize to the layout size. */
         window_resize(w, lc->sx, lc->sy);          window_resize(w, lc->sx, lc->sy, -1, -1);
   
         /* Destroy the old layout and swap to the new. */          /* Destroy the old layout and swap to the new. */
         layout_free_cell(w->layout_root);          layout_free_cell(w->layout_root);

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