[BACK]Return to window-tree.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-tree.c between version 1.11 and 1.12

version 1.11, 2017/07/04 22:21:31 version 1.12, 2017/07/07 16:27:26
Line 512 
Line 512 
                 else                  else
                         offset = (i * each);                          offset = (i * each);
                 if (loop == end - 1)                  if (loop == end - 1)
                         width = each - 1 + remaining;                          width = each + remaining;
                 else                  else
                         width = each - 1;                          width = each - 1;
   
Line 638 
Line 638 
                 else                  else
                         offset = (i * each);                          offset = (i * each);
                 if (loop == end - 1)                  if (loop == end - 1)
                         width = each - 1 + remaining;                          width = each + remaining;
                 else                  else
                         width = each - 1;                          width = each - 1;
   

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