Tim, Set up a virtual screen, and then before it finishes drawing the image, press <TAB>. When you return to the image, the top half of the image will finish drawing, but not the bottom half. Sheesh! Jonathan
Jonathan,
Set up a virtual screen, and then before it finishes drawing the > image, press <TAB>. When you return to the image, the top half of the image will finish drawing, but not the bottom half. Sheesh!
I had the old problem with the text screen being garbled. Generated a default mandelbrot with the 640x480 virtrual mode, and pressed ESC. Tim
Tim Wegner wrote:
I had the old problem with the text screen being garbled. Generated a default mandelbrot with the 640x480 virtrual mode, and pressed ESC.
I was afraid that was going to happen. I'll put the fix back in. There are apparently two different ways that video/text modes are entered. The original fix set a flag when entering text mode and cleared it when entering video mode. This worked for you, but then video modes were screwed up on my machine. So, I changed to using video mode=0 for text mode. But, it only gets set some of the time. Oh, well. It is easy enough to put the additional check back in. Jonathan
Tim, We currently have three show stoppers. 1) Interrupted images don't complete (symetrical images). 2) Scrolling detection doesn't quite work. 3) I noticed a jump to arbitrary precision when I increased maxiter (150 to 1000) with a 1200x1000 image. I'll see if I can fix the scrolling detection in the morning, otherwise it will have to wait a week. Jonathan
participants (2)
-
Jonathan Osuch -
Tim Wegner