Put console into cbreak mode?
807606Mar 29 2007 — edited Mar 30 2007Is it possible (using Java) to put the system console (System.in) into cbreak mode so that each individual character that is typed is available to my program as soon as it is typed?