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

Support ansi/vt100 terminal control #819

Closed
waruqi opened this issue May 31, 2020 · 0 comments
Closed

Support ansi/vt100 terminal control #819

waruqi opened this issue May 31, 2020 · 0 comments

Comments

@waruqi
Copy link
Member

waruqi commented May 31, 2020

for example:

import("core.base.tty")

printf("aaaaaaaaaaaaaaaaa")
tty.erase_line_to_start().cr()
printf("12345")
tty.flush()

12345

@waruqi waruqi added this to the v2.3.4 milestone May 31, 2020
@waruqi waruqi changed the title Support ansi/vt100 terminal control characters Support ansi/vt100 terminal control May 31, 2020
@waruqi waruqi closed this as completed May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant