13 Dec
2002
13 Dec
'02
4:48 p.m.
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