|
From: Petr M. <mi...@ph...> - 2014-06-25 08:43:48
|
> 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). --- Petr |