home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17461 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.0 KB

  1. 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
  2. From: rnelson@wsuaix.csc.wsu.edu (roger nelson;S23487)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Console RAW mode.
  5. Message-ID: <1992Dec17.051157.23971@serval.net.wsu.edu>
  6. Date: 17 Dec 92 05:11:57 GMT
  7. Article-I.D.: serval.1992Dec17.051157.23971
  8. Sender: news@serval.net.wsu.edu (USENET News System)
  9. Organization: Washington State University
  10. Lines: 16
  11.  
  12. Is there an escape sequence that will put the CLI shell into
  13. unbuffered mode and one that will enter RAW mode.  
  14.  
  15. I am programming in C and scheme and I would like to be able to do the 
  16. following:
  17.  
  18.     I would like to read the next key pressed with getc() in C or
  19.     (read-char) in scheme without waiting for the return key to be pressed.
  20.    
  21.     If a function key, cursor on num-keypad key is pressed, I want to be
  22.     able to read the escape sequence.
  23.  
  24. Esc [ 1 {    and    Esc [ 1 {    doesn't seem to do what I want 
  25.  
  26. Thanks,
  27. Roger
  28.