[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.197 and 1.198

version 1.197, 2018/08/29 18:54:23 version 1.198, 2018/09/03 08:47:27
Line 2082 
Line 2082 
                 }                  }
         }          }
   
         if (data->screen.sel != NULL || !data->rectflag) {          if (data->screen.sel == NULL || !data->rectflag) {
                 py = screen_hsize(data->backing) + data->cy - data->oy;                  py = screen_hsize(data->backing) + data->cy - data->oy;
                 px = window_copy_find_length(wp, py);                  px = window_copy_find_length(wp, py);
                 if ((data->cx >= data->lastsx && data->cx != px) ||                  if ((data->cx >= data->lastsx && data->cx != px) ||

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198