Hi, At Wed, 13 Aug 2003 05:18:50 +0900, AndrWagner wrote: > I wonder if it's possible to read a character from the keyboard > without pressing enter... It is completely system dependent issue. Which platform do you use? On Unixes, you can disable tty input canononical mode or setting it raw mode, and read 1 byte. -- Nobu Nakada