We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/epatrizio/ola/blob/main/examples/life.lua
io.write("\027[2J")
\027[2J isn't correctly interpreted: it seems to come from ascii char \027
\027[2J
\027
The problem is not solved with
os.execute("clear")
The text was updated successfully, but these errors were encountered:
Issue #26 game of life std output improvement
3553cdb
3553cdb above: That's better #WIP But io.write("\027[2J") must work alone!
Sorry, something went wrong.
No branches or pull requests
https://github.com/epatrizio/ola/blob/main/examples/life.lua
\027[2J
isn't correctly interpreted: it seems to come from ascii char\027
The problem is not solved with
The text was updated successfully, but these errors were encountered: