Subj : js script?
To : Bill McGarrity
From : echicken
Date : Tue Apr 03 2018 09:55 pm
Re: js script?
By: Bill McGarrity to echicken on Tue Apr 03 2018 20:10:00
BM> Now this is strange. Everytime I choose the Assassin score ansi, it loads
BM> it on the screen but it also sends it to the printer. This is the only one
To ... your actual ... printer? That's interesting.
BM> that does it. Possible 'print' command snuck in there? For now I just
BM> removed it as it's not that popular of a game.
I guess there could be something strange in that particular file that's causing
this. The script just downloads the file (or reads the cached copy from disk)
and writes it to the terminal. It does use the JS console.putmsg() method,
which interprets various special codes (ctrl-A, at-symbol, pipe, etc.) - not
sure if anything funky could be happening there.
Are you using SyncTERM when this happens? Something else?