Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83 v7 ucbtopaz-1.8; site ucbtopaz.CC.Berkeley.ARPA
Path: utzoo!linus!decvax!ucbvax!ucbtopaz!cnrdean
From: cnrdean@ucbtopaz.CC.Berkeley.ARPA
Newsgroups: net.unix-wizards
Subject: -cbreak on System III
Message-ID: <528@ucbtopaz.CC.Berkeley.ARPA>
Date: Fri, 17-Aug-84 22:04:25 EDT
Article-I.D.: ucbtopaz.528
Posted: Fri Aug 17 22:04:25 1984
Date-Received: Sun, 19-Aug-84 13:02:10 EDT
Organization: Univ. of Calif., Berkeley CA USA
Lines: 18


I am a programmer used to BSD Unix.  I am now trying to write something for 
System III.  Some old stuff no longer works:  


In an old BSD program, I have something that says:

	system("stty cbreak -echo nl");

This allows the user to execute commands with a single keystroke.  (It also
doesn't print the keystroke on the screen ...)  I never bothered to find out 
how to do this within 'C', rather than making a system call.

I can't find the equivalent in System III.  

Can you tell me either how to do this in 'C', or in System III?

Sam Scalise