Path: utzoo!mnetor!uunet!oddjob!ncar!gatech!bloom-beacon!mit-eddie!bbn!rochester!pt.cs.cmu.edu!cadre!pitt!darth!libove!root From: root@libove.UUCP (The Super User) Newsgroups: comp.unix.xenix Subject: Xlisp 2.0 on SCO Xenix Message-ID: <21@libove.UUCP> Date: 10 May 88 04:09:52 GMT Distribution: comp Organization: NKJL Enterprises Lines: 22 I have the sources for Xlisp 2.0 and a unix module that someone across the net provided me with. The setup works perfectly (in the minimal testing I've done) on BSD 4.3, but on SCO Xenix SysV/286 rel 2.2.1 with development system 2.1.4d, the terminal gets put in a strange mode where characters input are not always taken, and output goes one character at a time, following each input character... The code that sets up the terminal is: ioctl( 0, TIOCGETP, &tty_old ); tty_new = tty_old; tty_new.sg_flags &= ~(ECHO); tty_new.sg_flags |= RAW|CRMOD; ioctl( 0, TIOCSETP, &tty_new ); Can someone tell me where this is going wrong, or perhaps if they have written the module necessary to put Xlisp 2.0 on SCO Xenix? Thanks Jay Libove (pitt!darth!libove!libove or Jay.Libove@andrew.cmu.edu) -- Jay Libove (Jay.Libove@andrew.cmu.edu or pitt!darth!libove!libove)