I read these two threads
- how can I detect arrow keys in java console not in GUI?
- How to read a single char from the console in Java (as the user types it)?
and a few more on this subject that mention a raw input mode for the console, but it's never said how, really. I have no GUI, using Eclipse for Java on a Windows system.