|
From: <tim...@en...> - 2006-01-13 14:00:17
|
Hello ! Ethan reported that the wxWidgets terminal (patch on sourceforge) loses mousing when running demos. The terminal may have a problem, but a simple 'grep mouse *' in the demo directory returns : ~/gnuplot-cvs2/demo$ grep mouse * Binary file image.dem matches keystroke.dem:pause mouse key Makefile:mousevariables.dem multimsh.dem multiplt.dem param.dem pm3dcolors.dem \ Makefile.am:mousevariables.dem multimsh.dem multiplt.dem param.dem pm3dcolors.dem \ Makefile.in:mousevariables.dem multimsh.dem multiplt.dem param.dem pm3dcolors.dem \ mousevariables.dem:# $Id: mousevariables.dem,v 1.7 2005/01/12 00:34:09 sfeam Exp $ mousevariables.dem:pause mouse "Click on one corner of desired zoom regio= n" mousevariables.dem: print "No mouse click?" ;\ mousevariables.dem:pause mouse "Click on diagonal corner of desired zoom region" mousevariables.dem: print "No mouse click?" ;\ rainbow.dem:unset mouse So rainbow.dem is setting the mouse off. Any reason for it ? Whatever the annwer is, either this line should be removed, or 'set mouse' should be added at the end. (Note that 'reset' doesn't apply here, as it doesn't act on mouse settings). As I do not have any CVS access, can somebody do this ? Regards, Timoth=E9e Lecomte |