Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!rodan!rodan.acs.syr.edu!tpschar From: tpschar@rodan.acs.syr.edu (Thomas Pschar) Newsgroups: comp.lang.c Subject: character input on the VAX Message-ID: <2176@rodan.acs.syr.edu> Date: 22 Feb 90 05:36:35 GMT Sender: netnews@rodan.acs.syr.edu Reply-To: tpschar@rodan.acs.syr.edu (Thomas Pschar) Distribution: usa Organization: Syracuse University, Syracuse, NY Lines: 4 Hi. I need to write a kind of editor in C on the VAX. Since it is to be a fullscreen editor, I need to grab one character at a time as it is typed without waiting for a carriage return. Does anyone know of a (relatively) painless way to do this?