termux-app/terminal-view/src/main/java/com/termux/view/textselection
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
..
CursorController.java Partial refactor of the mess that is TerminalView 2021-03-06 18:25:10 +05:00
TextSelectionCursorController.java Fix calculation of row number for selection and URL clicking 2021-09-19 18:10:46 +02:00
TextSelectionHandleView.java Replace "if(" with "if (" 2021-04-06 17:17:12 +05:00