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

3.13 prevents scrolling in ConsoleZ #492

Closed
hyee opened this issue Dec 24, 2019 · 2 comments
Closed

3.13 prevents scrolling in ConsoleZ #492

hyee opened this issue Dec 24, 2019 · 2 comments
Milestone

Comments

@hyee
Copy link
Contributor

hyee commented Dec 24, 2019

Hi,
Jline v3.9 works well in ConsoleZ, but in the latest version, trying to scroll the screen with the vertical/horizontal scrolling bar, the screen will scroll back, either TYPE_WINDOWS_VTP or TYPE_WINDOWS has the same issue. The case can be reproduced via running org.jline.example.Example with any parameter.
This issue only happens on ConsoleZ, the executable file can be found at https://github.com/cbucher/console/wiki/Downloads.

@hyee
Copy link
Contributor Author

hyee commented Dec 25, 2019

As my test that the issue is due to the change of #388 , after removing the newly added redrawLine() the issue is gone

@mattirn
Copy link
Collaborator

mattirn commented Jan 4, 2020

If we remove redrawLine() then after resizing terminal window command prompt will not be drawn. That's more like an aesthetic error than a real bug. I think we can remove redrawLine() if no other solution can be found.

Screenshot from 2020-01-04 10-30-18

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

2 participants