home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6549 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  934 b 

  1. Path: sparky!uunet!walter!att-out!ucbeh.san.uc.edu!ucunix.san.uc.edu!schoudhu
  2. Newsgroups: comp.lang.pascal
  3. Subject: terminal echo, directory executable invoking, ctrl- blocking disabling
  4. Message-ID: <BxMEEB.H4x@ucunix.san.uc.edu>
  5. From: schoudhu@ucunix.san.uc.edu (Spandan Choudury)
  6. Date: Thu, 12 Nov 1992 20:32:35 GMT
  7. Organization: University of Cincinnati
  8. Lines: 14
  9.  
  10. Three simple questions that I do not have a reference book immediately
  11. available to seek the answers to:
  12.  
  13.   1. how is terminal echo (of keyboard input) revoked and invoked from within
  14.      the code ?
  15.   2. how are (other) executables invoked from the directory from within the 
  16.      code?
  17.   3. how can the code be modified (or otherwise) to prevent the interruption
  18.      or halting of the compiled+linked code by ctrl-c or ctrl-z ? 
  19.  
  20.     (1. may be answered from the answer to 2., (namely the calling of 
  21.     "stty -echo" and "reset" from within the code).
  22.  
  23.  Thanks.
  24.