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

ansiparser does not handle <ESC>[r correctly #11

Open
czchen opened this issue Aug 1, 2015 · 0 comments
Open

ansiparser does not handle <ESC>[r correctly #11

czchen opened this issue Aug 1, 2015 · 0 comments
Labels
Milestone

Comments

@czchen
Copy link
Member

czchen commented Aug 1, 2015

<ESC>[r shall call Termbuf.setScrollRegion(0, rows - 1) as default value, but it calls Termbuf.setScrollRegion(0, -1) now due to wrong params parsing.

@czchen czchen added the bug label Aug 1, 2015
@czchen czchen added this to the v0.0.1 milestone Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant