Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P8SCII Control Code support #79

Open
jtothebell opened this issue Jun 17, 2021 · 3 comments
Open

P8SCII Control Code support #79

jtothebell opened this issue Jun 17, 2021 · 3 comments
Labels
compatibility feature to reach compatibility with pico 8

Comments

@jtothebell
Copy link
Owner

Added in Pico-8 0.2.2 https://www.lexaloffle.com/bbs/?tid=41544

\w should make wide text, \t should make tall text, etc.

@jtothebell jtothebell added the compatibility feature to reach compatibility with pico 8 label Jun 17, 2021
@jtothebell
Copy link
Owner Author

The most common usages of p8scii control codes have been implemented, but a few have not (audio, decoration characters, possibly others)

@fringd
Copy link
Contributor

fringd commented Feb 6, 2023

i noticed that the "\0" to prevent a newline at the end of a string doesn't work. let me see if I can fix that...

@flexiondotorg
Copy link

I'm using PICO-8 for a jam. A friend is testing using fake-08. I was poke'ing memory addresses to change the printing attributes:

That didn't work on fake-08. Just noting here FYI 👍

I refactored my code to prepend control codes to strings, and with them using v0.0.2.20 it is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility feature to reach compatibility with pico 8
Projects
None yet
Development

No branches or pull requests

3 participants