I'm having an issue on one of my Cygwin installs where double clicking does not select the dot at the beginning of paths.
Normally I get this behaviour when double clicking a path:
But on the install where I'm having this issue, I get this:
Notice that it's not strictly breaking at dots, since it selects ".txt" at the end.
It's also not related to the path being at the beginning of a line:
And while I'm generally just hitting this issue with paths, it's not really limited to paths. More generally, it fails while searching left of the click location for a selection breakpoint if it finds a dot left of a slash. The following selections are all from double clicks.
Double clicking in first instance of "string":
Double clicking in second instance of "string":
BUT if I double click in "Here", it will extend beyond the dot as well as the slash after it:
Maybe calling this a failure is inaccurate, but it's different from what I've experienced previously where a double click on a path would include the leading dot. So I'd like to make the double click behaviour match the first example at the top of my post where leading dots on paths are included.
I'm running:
cygwin 3.4.7
bash 5.2.15(3)-release (x86_64-pc-cygwin)
mintty 3.6.4 (x86_64-pc-cygwin)
I did see this previous question that seems to be related, but I'm not clear if it applies to Cygwin as well. I'm not familiar with Xresources and I don't see any of the files they're discussing on the PC where I'm having this issue.
Thanks.
mintty
is a Windows application, you may have more luck in a Windows Q&A site. It's mostly off topic here. – Stéphane Chazelas Jul 25 '23 at 12:06