--- old+++ new@@ -6,7 +6,7 @@gnuplot aborts
But it does not abort
~~~
-set terminal windows size 768, 768+set terminal windows size 640, 640plot 0
~~~
However, PC at University abort does not happen,
Group: -->
Priority: -->
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem also happen on my window machine. It may occur when
the y value of size parameter is too large for the display height
size, and using D2D engine. I tested it for several display
resolution by remote desktop (xfreerdp):
Diff:
The problem also happen on my window machine. It may occur when
the y value of size parameter is too large for the display height
size, and using D2D engine. I tested it for several display
resolution by remote desktop (xfreerdp):
display ysize win term ysize
768 => 697 OK, 698 aborts (768 - 70)
800 => 729 OK, 730 aborts (800 - 70)
900 => 829 OK, 830 aborts (900 - 70)
1024 => 953 OK, 954 aborts (1024 - 70)
And I tested the pc directly:
display ysize win term ysize
1080 => 977 OK, 978 aborts (1080 - 102)
Using GDI+ engine, the problem may not occur.