Path: utzoo!attcan!uunet!cs.utexas.edu!yale!cmcl2!polyof!jose From: jose@polyof.poly.edu (A1 jose david te (staff) ) Newsgroups: comp.windows.x Subject: slave xterm Message-ID: <1990Mar20.164507.14543@polyof.poly.edu> Date: 20 Mar 90 16:45:07 GMT Organization: Polytechnic University Lines: 7 Is there any way to open an xterm window from inside an application widget and run vi? I tried using system("vi") but vi came out on the original xterm window. What I need is for the xterm window to pop out on top of the widget window so I could use vi as though it is being executed from a shell. I would appreciate any comments regarding this matter. - david te