Peter Kasting
Peter Kasting
"auto" seems to cause unpredictable behavior: * Sometimes, middle-clicking clears the current selection without pasting anything, then clicking again pastes. * Sometimes, middle-clicking (quickly after double-clicking) pastes the current selection...
I see. I don't want either of those behaviors, so it sounds like auto is not for me. I don't know if you have any proposal for how to better...
I installed it, but it doesn't seem to fix my testcase: * Select some text with left-drag * Immediately press middle-click to paste Expected: Selected text is pasted Actual: Previous...
Using that, the mouse buttons don't have the same functions as in my case, but I still see a delay-based difference: * Select some text with left-drag * Left-click once...
Maybe the very last one on line 4033 -- if LBUTTONUP happens less than double-click-time after the last event we don't copy immediately. Seems like there are multiple non-mutually-exclusive fixes:...
FWIW, this behavior is still unchanged (and still trips me up ~daily) four years later. @Maximus5 Any interest in a PR to implement part or all of https://github.com/Maximus5/ConEmu/issues/1053#issuecomment-484909936 ? If...
Yes, that would be great! Thanks very much.
Any word from upstream?
It looks like the current trunk has taken some of the fixes here (BLAKE_ALIGNMENT and BLAKE_DATA_SIZE are now constexprs and HashValue::operator==() is now const) but not others (the BLAKE2S_ constants...
@a-sully Do you have permissions to review and land this?