termux-app/app/src/main
Trygve Aaberge 54bb83de41 Fix calculation of row number for selection and URL clicking
When calculating the row that is clicked, for mouse tracking
mFontLineSpacingAndAscent was taken into account, but for selection and
URL clicking it wasn't. This adds a common function for calculating the
column and row which does take it into account and use that for all
three.

I'm not quite sure why it's necessary to subtract
mFontLineSpacingAndAscent, but with this calculation the click location
matches the line that is acted on for me with both touch and mouse and
on different font sizes.

It also removes the offset for finger the selection/url used because I
don't think it's common for apps on Android to have such an offset, and
because the mouse tracking did not use such an offset.
2021-09-19 18:10:46 +02:00
..
cpp Include bootstrap zips as shared libraries 2019-10-20 20:15:50 +02:00
java/com/termux Fix calculation of row number for selection and URL clicking 2021-09-19 18:10:46 +02:00
res Changed: Make sure full path is included in FileUtilsErrnos 2021-09-05 10:09:18 +05:00
AndroidManifest.xml Added: Request android.permission.PACKAGE_USAGE_STATS permission 2021-09-12 15:50:52 +05:00