Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!bloom-beacon!ZIA.AOC.NRAO.EDU!cflatter From: cflatter@ZIA.AOC.NRAO.EDU (Chris Flatters) Newsgroups: comp.windows.x Subject: Re: tty subwindow Message-ID: <9012111643.AA26229@zia.aoc.nrao.edu> Date: 11 Dec 90 16:43:08 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 16 Babu Srinivasan writes: > Xview allows only 1 tty subwindow per application. I would like to > create multiple scrollable windows inside a base frame and show the > output of different Unix commands in them. How would I go about doing > this ? One possibility is to set up a text subwindow for each command and run each command in its own pipe, copying the output to the appropriate text subwindow. Pages 385-389 of the XView Programming Manual give the necessary information. This will not work for commands that do not write to standard output (eg. vi). Chris Flatters