Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!brl-adm!seismo!rochester!pt.cs.cmu.edu!cadre!pitt!wvucsb!rsr From: rsr@wvucsb.UUCP Newsgroups: comp.unix.questions Subject: Re: One terminal <==> many processes. How? Message-ID: <435@wvucsb.UUCP> Date: Thu, 12-Feb-87 10:30:07 EST Article-I.D.: wvucsb.435 Posted: Thu Feb 12 10:30:07 1987 Date-Received: Sun, 15-Feb-87 00:54:44 EST References: <781@f103a.UUCP> Organization: West Virginia Univ. Dept of Computer Science Lines: 52 > Keywords: shl, screenhandling > Xref: wvucsb comp.unix.questions:411 Jim Svensson writes: > > We are looking for something that would allow a user to switch > between several processes. This will require an update of the screen > every time the user select a new process. Since we want this to work > with any kind of software written for SysV, we can't relay on the > software for doing the update. This means that we need some kind of > screen-image of every process kept in memory, wich will be dumped on > the screen before a new process is attached to the terminal. It > isn't possible to make the terminal send it's screen back to the > system. Besides the screen-image, we need a copy of the current > stty settings. There is a window manager program called, appropriately enough, wm. It allows you to interactively create a number of windows, each of which can contain a separate process. As you move between windows/processes, the output on these windows is restored, so it appears just the way it was when you last left it. The program was sent down the net quite some time ago. Since it uses termcap, it should work on any terminal having a termcap entry. I'm attaching a portion of the man for reference, below: ----------------------------------------------------------------------------- SEE ALSO R.J.K. Jacob, "User-Level Window Managers for UNIX," Proc. UniForum International Conference on UNIX, pp. 123-133 (1984). AUTHOR Robert J.K. Jacob Naval Research Laboratory Revised by Matt Lennon and Tom Truscott Research Triangle Institute ----------------------------------------------------------------------------- Hope this is of some help. - ravi raman - C.S. Department West Virginia University Morgantown, WV 26506 Phone: (304) 293-3607 pitt!wvucsb!rsr@cadre