[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.168 and 1.169

version 1.168, 2017/03/08 20:05:25 version 1.169, 2017/03/21 09:51:00
Line 2038 
Line 2038 
                 data->lastsx = ox;                  data->lastsx = ox;
         }          }
   
         if (s->sel.lineflag == LINE_SEL_RIGHT_LEFT && oy == data->sely)          if (s->sel.lineflag == LINE_SEL_RIGHT_LEFT && oy == data->endsely)
                 window_copy_other_end(wp);                  window_copy_other_end(wp);
   
         data->cx = data->lastcx;          data->cx = data->lastcx;

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169