Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!ucsd!ogccse!blake!uw-beaver!ubc-cs!alberta!calgary!spycal!sdscal!keith From: keith@sdscal.UUCP (Keith Jones) Newsgroups: comp.unix.wizards Subject: SXT(7) pseudo-device driver programs (not shl(1)) Keywords: SXT SHL Pseudo-tty SysV Message-ID: <194@sdscal.UUCP> Date: 12 Sep 89 22:52:01 GMT Distribution: na Organization: Stream Data Systems, Calgary, Alberta Lines: 20 There was a program on the University of Calgary system some time ago that allowed you to edit your shell command lines using Emacs-like commands. It was written on a BSD machine and used PTYs. Since this machine is a System V machine, we don't have PTYs. But we do have SXTs. Reading the manual entry makes me believe that this is the way to go. I've been attempting to write something that looks a little like shl(1) except that it allows you to edit your command line, but I've never been able to get it working. The point of this posting is to find out whether anyone out there has successfully written a program that does this. BTW, I have written something using pipe(2) that does a reasonably good job of the above, but it seems more like a hack than a serious program. ---------------------------------------------------------------- Keith Jones I don't have a signature because Stream Data Systems my pen keeps scratching up my Calgary, Alberta, Canada monitor.