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

Issue with larger commands #40

Closed
mmstick opened this issue Mar 25, 2017 · 4 comments
Closed

Issue with larger commands #40

mmstick opened this issue Mar 25, 2017 · 4 comments

Comments

@mmstick
Copy link
Contributor

mmstick commented Mar 25, 2017

I've noticed for a while now that liner has a bug where if a command exceeds a certain number of characters, it begins shifting the current line upwards by one line each time a key is entered until it is at the top of the terminal.

@jackpot51
Copy link
Contributor

jackpot51 commented Mar 25, 2017

This is caused by not correctly parsing out OSC commands. See my fork here for fixes: https://github.com/redox-os/liner/tree/redox

@MovingtoMars
Copy link
Owner

Hmm, maybe the functionality for removing the escape codes, etc, should be added to Termion?

@MovingtoMars
Copy link
Owner

I've merged the fork in #41.

I think the code removal may be more useful if moved into Termion, though. @ticki

@MovingtoMars
Copy link
Owner

Published version 0.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants