setting <stdin> to RAW mode???

Lance Ellinghouse (lance@markv.com)
Tue, 9 Feb 93 18:45:00 PST

Does anyone know of a quick easy way to set sys.stdin to be in
RAW mode? (non-buffered, etc)
I would like to be able to call sys.stdin.read(1) and have it
return when it really reads 1 char and only 1 char WITHOUT echo...

Lance Ellinghouse
lance@markv.com