Subj : Re: Corona Tracker v2; switching back to ANSI/CP437.. To : paulie420 From : PhazeVektor Date : Thu Jun 03 2021 12:03 am Sorry to resurrect an old thread, but I came across this today after having struggled with it a few weeks prior. pa> I've installed the Corona Tracker v2 mod... pa> pa> The .ANS that is created uses [ESC CODE]0;42 D to switch fonts to Amiga pa> /033 for ESC... trying differnet spaces and ways; but nothing I do pa> changes the font back.. AND tried to display A FILE, amiga.ans that I pa> pa> if using SyncTerm, the .ANS switches to Amiga font to display the pa> corona tracker ansi; but then doesn't switch back and everything else pa> The latest coronaTracker still suffers from the same issue when using SyncTerm. On other t/e software (e.g. `zoc8`) it seems to do the proper mode switch, but SyncTerm fails. This patch of ctracker_mystic.py, was a suitable workaround for me: ``` 45c45 < text_file.write(ARFILE) --- > text_file.write(ARFILE + '\033[0;0 D'); ``` You make a similar change in one of your later posts, but this may be something someone would want to consider if they just want to make the change in the same py file. I haven't tested anything other than syncterm / zoc8. Apologies again - just fyi in case someone hits the same bug in the "new" version. --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64) * Origin: Pedalion BBS (21:3/143) .