Rich,
Is there a reason you are keeping the virtual screen prompts on the View Window screen?
I'm not sure I understand the question. As a guess I would imagine that my attempt to change the default aspecct ratio to 1.0 resulted in this as a side-effect.
If you look at line 796 in the version of prompts2.c in HEAD, you'll see the line: if (virtual && dotmode == 28) { Everything from this line to the matching brace should be deleted since virtual screens were meant as a way for the DOS version to handle images larger than the physical screen. Another problem I've seen is that when a GIF is restored that was created in integer mode, you end up in an infinite loop when you change something that regenerates the image. I did this with the View Window screen when changing from a small image to a full screen image. Pressing <F> a couple of times also causes the hang. Yes, I'm using the latest CVS source. Jonathan