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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.180 and 1.181

version 1.180, 2017/08/02 11:10:48 version 1.181, 2017/08/23 09:18:22
Line 1001 
Line 1001 
         int     matched;          int     matched;
   
         for (ax = first; ax < last; ax++) {          for (ax = first; ax < last; ax++) {
                 if (ax + sgd->sx >= gd->sx)                  if (ax + sgd->sx > gd->sx)
                         break;                          break;
                 for (bx = 0; bx < sgd->sx; bx++) {                  for (bx = 0; bx < sgd->sx; bx++) {
                         px = ax + bx;                          px = ax + bx;

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181