neilsf / XC-BASIC

A compiling BASIC dialect for the Commodore-64
https://xc-basic.net/
MIT License
74 stars 15 forks source link

TEXTAT - add support for PETSCII escape sequences #120

Closed frenchfaso closed 4 years ago

frenchfaso commented 4 years ago

It would be handy being able to use PETSCII escape sequences with the TEXTAT command. Does this make sense or are there any gotchas?

Thanks as always for your work on this awesome project!

neilsf commented 4 years ago

It would make sense to allow screen codes. PETSCII won't work with TEXTAT. I'll schedule this in v3.

frenchfaso commented 4 years ago

I've just noticed that CHARAT already supports screen codes :D