Xref: utzoo comp.sys.att:8283 unix-pc.general:4352 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!n8emr!uncle!donlash From: donlash@uncle.UUCP (Donald Lashomb) Newsgroups: comp.sys.att,unix-pc.general Subject: Re: getting out of windows Message-ID: <634@uncle.UUCP> Date: 15 Dec 89 12:51:38 GMT References: <1989Dec14.170943.912@chinet.chi.il.us> Reply-To: donlash@uncle.UUCP (Donald Lashomb) Organization: U.N.C.L.E. Lines: 16 In article <1989Dec14.170943.912@chinet.chi.il.us> john@chinet.chi.il.us (John Mundt) writes: >I've got a curses program that hangs because it is run from a >window. How do I get the user agent to give up the window environment >and just run the application as if it were just a plain terminal? > >Somewhere I remember an easy solution but I can't find it now. Check out UA(4) in your manual. If you use the -d option on the line that calls the application from your ua control files ($UA/Office, $UA/Suffix, etc) that will run the application in a "dimensionless" (ie full-screen) window. eg: Open = EXEC -d /usr/local/bin/yourappl or- Run = SH -d /usr/bin/script hope this helps -Don