May I ask if this problem will be solved, e.g., in Gnuplot version 5.5? (It is still present in 5.4.1.) Thank you very much and all the best!
Dear Ethan, that is exactly what I observe. And in version 5.2.6 this problem was not there. I do not know if it has somehting to do with the changes in src/mouse.c? Cheers, Simon
Dear Ethan, thanks a lot for your comments. I run gnuplot pause.gnuplot And this is my (extended) pause.gnuplot script: show version; print GPVAL_COMPILE_OPTIONS; show terminal; plot sin(x);pause -1 "Hit return to continue"; plot cos(x);pause -1 "Hit return to continue"; plot tan(x);pause -1 "Hit return to continue"; plot sin(x);pause -1 "Hit return to continue"; set terminal x11; show terminal; plot sin(x);pause -1 "Hit return to continue"; plot cos(x);pause -1 "Hit return to continue"; # this plot...