|
From: Jun T. <tak...@kb...> - 2014-11-20 02:37:20
|
On 2014/11/20, at 4:52, Ethan A Merritt <sf...@us...> wrote: > and now I see that it is supposed to copy the current > mouse coordinates to the clipboard. (In what format?) It uses mouseformat (it was using clipboardformat, but has changed around half a year back; please see the thread 'Mouse position-to-clipboard UI' in this mailing list). > Maybe we should just remove this claim from the documentaion? Please try gnuplot>set mouse doubleclick 2000 and click twice on a qt terminal. The interval between the two clicks should be longer than 300ms and shorter than 2000ms = 2s. Sometimes garbage is copied to the clipboard, but in many cases you would get a crash with ############### WRONG readEvent So I feel fixing it would be much better (please try my patches) rather than just removing from the documentation. Or remove whole the implementation of double-click from the source code if no one is using this feature. |