Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: VINCE@UCONNVM.BITNET Newsgroups: comp.sys.sun Subject: child of ttysw initialization Message-ID: <8812221708.AA06845@rice.edu> Date: 3 Jan 89 08:58:11 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 11 Approved: Sun-Spots@rice.edu Original-Date: Thu, 22 Dec 88 11:42:56 EST X-Sun-Spots-Digest: Volume 7, Issue 83, message 12 of 22 I need to know how to send initialization information to a program running in a tty-subwindow in suntools. Specifically, I need to set up my own window in order to catch the function keys and make them behave properly. All works except the child which is automatically forked by the tty-subwindow call requires one or two lines of setup information, and I want to do this automatically without having to type it in. The child program takes a bit of time to load, then sends several lines of messages, then waits for input. At that point, and not before, I need to send a short string. After that all works fine. (this is version 3.5) Vince Giambalvo