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

ASNI cursor movement control is not supported #10

Open
JakeWharton opened this issue Dec 31, 2020 · 2 comments
Open

ASNI cursor movement control is not supported #10

JakeWharton opened this issue Dec 31, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@JakeWharton
Copy link

Listed at https://en.wikipedia.org/wiki/ANSI_escape_code#Terminal_output_sequences

I have a CLI which moves the cursor to repaint existing content, but the GIF always appends content ignoring these control codes. Color codes do seem to be supported, however.

@zicklag
Copy link
Member

zicklag commented Dec 31, 2020

cast2gif doesn't handle the terminal emulation itself, so it might be a problem with the upstream terminal emulator vt100. I'd have to test it to be sure. Could you upload a zip of the cast file ( or put it in a GitHub Gist ) so I can test it out?

@zicklag zicklag added the bug Something isn't working label Dec 31, 2020
@JakeWharton
Copy link
Author

Yep! Here's the JSON, the SVG output (from svg-term), and the GIF output from cast2gif: https://gist.github.com/JakeWharton/0b2a7233ea513250b7a21a3070d350ba.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants