Path: utzoo!attcan!uunet!cs.utexas.edu!yale!cmcl2!adm!news From: swenson@nusc-wpn.arpa Newsgroups: comp.unix.wizards Subject: /dev/tty use question... Message-ID: <23800@adm.BRL.MIL> Date: 5 Jul 90 13:37:00 GMT Sender: news@adm.BRL.MIL Lines: 14 Wizards, I am currently writing some code to multiplex some tty lines. Question, how does one go about using /dev/tty's? It seems that the man pages for tty, termio and ioctl are not very clear (at least to me). Specifically, I want to open a tty (pseudo or otherwise) take input from a parent program and feed the input through the tty, take output from the tty and send it to my parent (very much like tip). Any ideas, suggestions, or code would be greatly appreciated. Thanks in advance... Stephen J. Swenson swenson@nusc-wpn.arpa ------