Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Nano: backspace causes IllegalStateException #426

Closed
mattirn opened this issue Jul 30, 2019 · 0 comments
Closed

Nano: backspace causes IllegalStateException #426

mattirn opened this issue Jul 30, 2019 · 0 comments
Labels
Milestone

Comments

@mattirn
Copy link
Collaborator

mattirn commented Jul 30, 2019

Move the cursor in the upper left corner in edit area and hit backspace causes IllegalStateException:

java.lang.IllegalStateException
	at org.jline.builtins.Nano$Buffer.computeCursorPosition(Nano.java:840)
	at org.jline.builtins.Nano$Buffer.getDisplayedCursor(Nano.java:810)
	at org.jline.builtins.Nano.display(Nano.java:2386)
	at org.jline.builtins.Nano.display(Nano.java:2360)
	at org.jline.builtins.Nano.run(Nano.java:1458)
	at org.jline.builtins.Commands.nano(Commands.java:115)
	at org.jline.example.Example.main(Example.java:424)

@mattirn mattirn added this to the 3.13.0 milestone Oct 15, 2019
@mattirn mattirn added the bug label Oct 15, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant