getting out of windows
Donald Lashomb
donlash at uncle.UUCP
Fri Dec 15 23:51:38 AEST 1989
In article <1989Dec14.170943.912 at chinet.chi.il.us> john at 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
More information about the Unix-pc.general
mailing list