[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.9 and 1.10

version 1.9, 2016/07/15 09:27:35 version 1.10, 2016/08/03 09:07:02
Line 150 
Line 150 
   
                 /* Fewer panes than cells - close the bottom right. */                  /* Fewer panes than cells - close the bottom right. */
                 lcchild = layout_find_bottomright(lc);                  lcchild = layout_find_bottomright(lc);
                 layout_destroy_cell(lcchild, &lc);                  layout_destroy_cell(w, lcchild, &lc);
         }          }
   
         /* Save the old window size and resize to the layout size. */          /* Save the old window size and resize to the layout size. */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10