beryx / text-io

A library for creating interactive console applications in Java
http://text-io.beryx.org/
Apache License 2.0
342 stars 45 forks source link

Print empty line/whitespace #41

Open StanFromTraction opened 1 year ago

StanFromTraction commented 1 year ago

How would you do this? I am using println("") but this leads to an issues where the next line of code is not executed so the terminal just lets you ype in input without any possible validation (Enter skips a line)