[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.175 and 1.176

version 1.175, 2017/05/12 13:00:56 version 1.176, 2017/05/29 07:58:33
Line 1458 
Line 1458 
         }          }
   
         *selx = sx;          *selx = sx;
         *sely = screen_hsize(s) + sy;          *sely = sy;
         return (relpos);          return (relpos);
 }  }
   

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176