home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!caen!nic.umass.edu!hamp.hampshire.edu!jmolinari
- From: jmolinari@hamp.hampshire.edu
- Subject: real-time character input
- Message-ID: <1992Aug13.112134.1@hamp.hampshire.edu>
- Lines: 10
- Sender: usenet@nic.umass.edu (USENET News System)
- Nntp-Posting-Host: hamp.hampshire.edu
- Organization: Hampshire College
- Date: Thu, 13 Aug 1992 15:21:34 GMT
-
- I'm writing a C program that requires real-time character input (i.e.,
- character-by-character, as opposed to line-by-line). Let's say, for the sake
- of argument, that I want to be able to move a cursor on the screen using the
- cursor keys. How can I do this? I'm already familiar with vt100 escape codes,
- so you can skip that part. Parting from that, I asked around and I got a
- rather vague answer: "That is system specific." How true is this? If you
- decide to take the task of explaining this to me, please pretend I know
- nothing, which isn't too far from the truth... :-)
-
- jmolinari@hamp.hampshire.edu
-