Closed
Description
I'm using Kitty 0.12.1 on OS X 10.12.6.
When I use the mouse to select text moving from left to right, the right-most character appears to get selected as soon as the mouse X position is beyond the left edge of the character. It would be better if it gets selected only when the mouse is beyond the horizontal center of the character. The same goes for the other end of the selection
For what it's worth, that is how Terminal.app works.
Here is some gratuitous ASCII art:
__ __
\ \ / /
\ \ /\ / /
\ V V /
\_/\_/
^ ^
| |
| +--------- It would be nice if W only got selected when mouse crosses this point
|
+------------ W currently gets selected as soon as mouse crosses
this point (coming from left)
Let me know if this doesn't make sense and I'll make a screencast.