Gregor N. Purdy wrote:

All --

I changed the Jako makefile to use imcc instead of assemble.pl,
but I noticed that the mandelzoom example no longer cleared
the screen between screen updates.


Sorry too fast sent - and I've overlooked that one:

   .const string CLS = "\x1b[H\x1b[2J\x0"
                         ^^^   ^^^    ^^
Imcc doesn't understand \0\d\d for octal and doesn't like \0 as nul.
Above string works.
Patches welcome.

leo



Reply via email to