[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.23 and 1.24

version 1.23, 2009/08/18 09:51:51 version 1.24, 2009/08/19 14:46:56
Line 504 
Line 504 
         u_int   ax, bx, px;          u_int   ax, bx, px;
   
         for (ax = last + 1; ax > first; ax--) {          for (ax = last + 1; ax > first; ax--) {
                   if (gd->sx - (ax - 1) < sgd->sx)
                           continue;
                 for (bx = 0; bx < sgd->sx; bx++) {                  for (bx = 0; bx < sgd->sx; bx++) {
                         px = ax - 1 + bx;                          px = ax - 1 + bx;
                         if (!window_copy_search_compare(gd, px, py, sgd, bx))                          if (!window_copy_search_compare(gd, px, py, sgd, bx))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24