home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!serval!wsuaix.csc.wsu.edu!rnelson
- From: rnelson@wsuaix.csc.wsu.edu (roger nelson;S23487)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Console RAW mode.
- Message-ID: <1992Dec17.051157.23971@serval.net.wsu.edu>
- Date: 17 Dec 92 05:11:57 GMT
- Article-I.D.: serval.1992Dec17.051157.23971
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University
- Lines: 16
-
- Is there an escape sequence that will put the CLI shell into
- unbuffered mode and one that will enter RAW mode.
-
- I am programming in C and scheme and I would like to be able to do the
- following:
-
- I would like to read the next key pressed with getc() in C or
- (read-char) in scheme without waiting for the return key to be pressed.
-
- If a function key, cursor on num-keypad key is pressed, I want to be
- able to read the escape sequence.
-
- Esc [ 1 { and Esc [ 1 { doesn't seem to do what I want
-
- Thanks,
- Roger
-