12 Nov
2002
12 Nov
'02
6:39 a.m.
I'm replying to myself.. hi me.. On Tue, 12 Nov 2002, Cute Skunk wrote:
On Mon, 11 Nov 2002, Tim Wegner wrote:
I don't quite see the point of switching between text and graphics, since the two-window Xfractint version avoids the problem altogether. Have you seen Winfract work? It works like Xfractint, with separate text and graphics screens, but it also has a GUI interface. [...] memory and copy it back to the screen, but in Xfractint there's no odvious function that signals *when* to do this.
I discovered that if you set screenctr = -1; in realdos.c:389 (insted of to screenctr = 0;) then it calls setfortext() and setforgraphics() all at the right times. Problem solved.