Xlisp 2.0 on SCO Xenix

The Super User root at libove.UUCP
Tue May 10 14:09:52 AEST 1988


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 at andrew.cmu.edu)
-- 
Jay Libove (Jay.Libove at andrew.cmu.edu  or  pitt!darth!libove!libove)



More information about the Comp.unix.xenix mailing list