How to set System.In to raw mode
Hi,
I am writing a virtual terminal on j2me cdc.
Everything works fine except the fact that when reading characters from System.in these
are buffered. This means that I will not get an echo for each character.
Therefore the question: How do I switch System.In to "raw" mode?
Thanks for any help
Uli

