From: James Gray Date: 2008-09-06T04:11:03+09:00 Subject: Re: How to read a character at a time from STDIN without needing to press return key? On Sep 3, 2008, at 3:40 PM, Kenneth McDonald wrote: > In the following bit of code: > > print STDIN.getc > STDOUT.flush > > The code for whatever key I type isn't actually printed out until I > go on to hit the return key. How can I have it printed as soon as I > type a character key? http://blog.grayproductions.net/articles/i_just_want_one_character Hope that helps. James Edward Gray II