[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.8 and 1.9

version 1.8, 2010/12/19 18:35:08 version 1.9, 2011/03/07 23:55:16
Line 519 
Line 519 
                 TAILQ_INSERT_TAIL(&lc->cells, lcrow, entry);                  TAILQ_INSERT_TAIL(&lc->cells, lcrow, entry);
   
                 /* If only one column, just use the row directly. */                  /* If only one column, just use the row directly. */
                 if (n - (j * columns) == 1) {                  if (n - (j * columns) == 1 || columns == 1) {
                         layout_make_leaf(lcrow, wp);                          layout_make_leaf(lcrow, wp);
                         wp = TAILQ_NEXT(wp, entry);                          wp = TAILQ_NEXT(wp, entry);
                         continue;                          continue;

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