|
From: Petr M. <mi...@ph...> - 2010-01-26 13:52:39
|
> > Other Windows issues: > > - Shall be the default terminal wx instead of windows? I would vote for > > this change. > > > > - The only issue which is missing in wx terminal is the "Print" button. > > How many Windows people use it for printing graphs instead of "set term" > > mechanism? Is it possible to add the print dialog easily? > > I do not know how much effort will be required to add the print dialog. > The wxt terminal is multi-platform terminal. The addition the print dialog is better to be realized > for all platforms if it is possible. Can somebody comment how to add this feature? > The remaining issue I know is 'pause mouse' problem on windows. > http://old.nabble.com/pause-mouse-key-on-Windows-td5131156.html#a5131156 > http://old.nabble.com/pause-mouse-does-not-work-on-windows-term-on-gnuplot.exe-(on-wgnuplot,-pause-mouse-works-correct)-td26739744.html#a26772986 > > I have tried to fix the problem but I have not yet complete it because it is difficult to treat pause > mouse issue on both windows terminal and wxt terminal to my ability. I've tried it: With "set term windows": - pause mouse key; show var pause mouse; show var pause mouse any; show var ... Work correctly - pause mouse button{1-3}; show var ... Wrong: it terminates on any mouse button With "set term wxt": - all "pause mouse" commands work correctly in gnuplot.exe - all "pause mouse" commands have a problem in wgnuplot{_pipes}.exe: MOUSE_ variables are filled correctly, but <enter> has to be pressed in the command window to return back to the command prompt Could someone solve this bug? Is this bug a stop for 4.4 release? BTW, gnuplot.exe is used in Octave nowadays ... does ginput work on Windows correctly? --- PM |