|
From: Petr M. <mi...@ph...> - 2014-07-31 13:40:51
|
More observation for various gnuplot versions: 4.6.1: MB1 returns correct value 4.6.2 - 4.6.4: "pause mouse any" ignores MB1 "pause mouse button1" never ends 4.6.5: pause mouse works, but returns incorrect value of MB1 (I have found this problem as ginput() of Octave broke after a change of gnuplot binary from /usr/bin (OpenSUSE 12.3) to /usr/local/bin.) > ----- Original Message ----- >> I've noticed that >> plot x >> pause mouse any >> show var >> >> does not work correctly if you click MB1; it produces >> MOUSE_KEY = 1063 >> MOUSE_CHAR = "'" >> instead of >> MOUSE_BUTTON = 1 >> MOUSE_KEY = 1 >> MOUSE_CHAR = "\001" >> >> It works fine for gnuplot 4.5.1 but is wrong in the latests releases including >> cvs, using all x11, wxt and qt terminals. >> >> What's going wrong? --- Petr Mikulik |