VT100

From: Free Doc (lotdox_at_yahoo.com)
Date: 04/30/04


Date: 30 Apr 2004 03:37:52 -0700

Hi,
  I need to read the keyboard input without waiting for the ENTER key
to be pressed in a VT100 emulation.
I use an ANSI C compiler, so the getch()(and similar) needs the ENTER
too.
Please, don't suggest me to use the courses (that I already know)
because I can't.
I found the escape character sequences (ESC ] etc) to set the cursor
position, clear the screen and so on, and I guess there should be a
kind of similar to intercept a key press event.

Can someone help me please.