EUROPE/TXT

If you're running a European version of LS-DOS which displays accents,
umlauts, and similar diacritics, your system probably has the space
compression characters turned off, and the alternate character set turned
on, as default conditions.  In that case, the MDRAW title and copyright
message won't be displayed properly.  To correct the display for your
system, add the following two lines:

 155 PRINT CHR$(21);CHR$(22);
1095 PRINT CHR$(21);CHR$(22);

And edit line 3190 to the following:

3190 @POS(X,Y,0):PRINT A$;:@RESET:PRINT CHR$(15);
