Path: utzoo!attcan!uunet!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!romp!auschs!awdprime!buscfg!root From: root@buscfg Newsgroups: comp.unix.aix Subject: Re: Porting TCSH to RS/6000 w/ AIX 3 Message-ID: <3811@awdprime.UUCP> Date: 9 Oct 90 15:01:44 GMT References: <1990Oct8.185748.15133@oswego.Oswego.EDU> <1990Oct9.052828.11184@panews> Sender: news@awdprime.UUCP Reply-To: cs.utexas.edu!ibmchs!auschs!violin.austin.ibm.com!rhcoe (Rich Coe) Distribution: na Organization: IBM AWD, Austin, TX Lines: 23 In article <1990Oct9.052828.11184@panews> steve@ibmsupt.UUCP (Steve DeJarnett) writes: >In article <1990Oct8.185748.15133@oswego.Oswego.EDU> stjohn@penelope.Oswego.EDU (Dave St. John) writes: >>I am trying to get tcsh to run under AIX version 3. I am compiling with the >>BSD compatible libraries and defining things BSDish but when I run the shell >>input is all messed up. I type in the command ls and have to press return >>several times to get the command to appear and execute. > > Probably something like 4 times per input line, right?? Actually, I >think it's any 4 characters, but return is always the most common candidate. > This is because in the tty driver the (default) VMIN is set to 4 characters. You can change this in the program to 1 using the termios interface. Or, you can call the help line and ask for the fix for ix11259. They (the help line) should be able to help you out. Rich Coe UUCP: ...!uunet!ibmsupt!rhcoe ...!cs.utexas.edu!ibmchs!auschs!violin.austin.ibm.com!rhcoe ARPA: rhcoe%ibmsupt@uunet.uu.net internal: rhcoe@violin.austin.ibm.com