Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hcrvax.UUCP Path: utzoo!hcrvax!ronald From: ronald@hcrvax.UUCP (Ron Williams) Newsgroups: net.games.hack Subject: Re: Trouble w/ I/O in Hack 1.0.2 on SVR2 Message-ID: <1728@hcrvax.UUCP> Date: Thu, 25-Apr-85 17:45:54 EST Article-I.D.: hcrvax.1728 Posted: Thu Apr 25 17:45:54 1985 Date-Received: Fri, 26-Apr-85 10:45:13 EST References: <414@sftri.UUCP> Distribution: net Organization: Human Computing Resources, Toronto Lines: 13 Mark Modig asks: > OK, I give. I have been trying to get Hack 1.0.2 running on a 3B20 > w/ SVR2. The program appears to start ok, but you must enter > exactly four commands to get any response. This is because of the insane way termio(7) has been implemented. If you read carefully the section describing ICANON, MIN, and TIME, you will see that your EOF character, (ascii 04), determines how many characters must be typed before a read returns when canonical processing (cooked mode) is disabled. If you don't understand this section, just set your EOF character to be ^A.