Results 502 comments of mintty

> click-and-release-without-moving-the-mouse would invoke the "Open" behavior (for URLs or filenames), > click-and-hold-while-moving-the-mouse would invoke the "Selection" behavior. That would be intuitive but it's not covered by the current implementation...

Wait a few days, I'm working on a sound solution.

Thanks for testing, and for the suggestion. From an interactive design perspective, yes. Implementation will be fiddly though, and I'm not sure I'd like to spend the effort. It's not...

Implementation of text selection was a bit fiddly, but not too much :) Please test. I change option name LinkMod to OpeningMod.

This isn't really a new use case, just a different scenario to invoke a use case. An additional problem in this scenario would be to get the exit code through...

In this case you would not start mintty in the background, of course, but wait until it's terminated. Same as if mintty would report the exit code itself.

"mintty -d" helps but only if the mintty invocation is further wrapped into a shell script. Running "mintty -d" directly from a cmd.exe apparently does not wait for mintty to...

This sounds reasonable but as I don't have a touchscreen myself, it will be virtually impossible to design and test such support as I have no idea how to recognize...

Observations: Pen events are implicitly converted into mouse events. So you can highlight text with a pen. Once you click the pen on the scrollback, pen events switch to cause...

I have an external touchpad (Wacom Intuos) with a pen with 2 buttons and can implicitly use it for scrolling and highlighting (as well as opening a script input pad...