-
Notifications
You must be signed in to change notification settings - Fork 220
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
Jline Nano unresponsive upon line overflow #120
Comments
Just for curiosity, what do you want to change in the Nano.Buffer class ? |
I've disabled non-wrapping mode, as it's clearly not working. |
gnodet
added a commit
that referenced
this issue
Apr 28, 2017
Hi, I want to add a "protected" specifier to
Like this:
So that I can extend the inner nested class. Thanks! |
Have you checked the commit 43b443b ? |
Sorry I missed that. Thank you! |
mattirn
added a commit
to mattirn/jline3
that referenced
this issue
Jul 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a bug in Jline Nano editor. When we type enough characters until they do not fit in one line, Nano editor will become unresponsive.
Jline_Nano_Bug_Report.zip
The zip archive contains the minimal code that reproduces the error. To build and run:
I appreciate it if the problem could be resolved.
Also, can you please make the constructor of Nano.Buffer class protected so that we can extend it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: