Before updating JDK, any output in JShell would be automatically printed onto the next line. However, after updating, all the outputs are immediately printed onto the same line. This makes it completely unreadable and borderline unusable when dealing with longer outputs. How can I make it print the output onto the next line again?
Edit: I am using OpenJDK 11.0.9 2020-10-20 on Linux Mint.