|
From: Tatsuro M. <tma...@ya...> - 2014-06-25 10:51:26
|
----- Original Message ----- > From: Petr Mikulik > To: Tatsuro MATSUOKA > Cc: Merritt Ethan ; gnuplot-beta > Date: 2014/6/25, Wed 17:43 > Subject: Re: How to get key information from qt terminal to gnuplot > >> I have a look into this issue a little deeper. >> Currently terminal raise and lower commands are treated in command.c >> >> The treatment for OS2, X11, Windows and WXWIDGETS is managed in >> >> void >> raise_lower_command(int lower) >> >> I do know the reason why but those are written in command.c but not > mouse.c. > > Because these are gnuplot command line commands: > gnuplot> raise > gnuplot> lower > > to raise/lower the terminal window (not the console window). Thanks! I completely misled the situation. I checked this feature for the qt on windows and it did not work as expected. This feature is better to be implemented for qt terminal. Tatsuro |