jline / jline3

JLine is a Java library for handling console input.
Other
1.49k stars 217 forks source link

Make it possible to return previous console-ui prompt #1042

Closed mattirn closed 3 months ago

mattirn commented 3 months ago

Right now in a case you would like to change your previous prompt answers you need to interrupt consoleUI (ctrl-c) and start all at the beginning. It would be nice to be able to return a previous prompt by using a specific key stroke.

mattirn commented 3 months ago

duplicate with #1035