Re: [ecasound] TERM variable error?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] TERM variable error?
From: Tobiah (toby_AT_tobiah.org)
Date: Wed Aug 07 2002 - 23:50:14 EEST


William Goldsmith wrote:
> PS - yes I have tried 'set TERM=vt100'
>

Just checking - did you set it in the same exec() command
that holds the call to ecasound:

        exec( "export TERM=vt100; ecasound -foo -bar");

doing
        exec("export TERM=vt100");
        exec("ecasound -foo -bar");

won't work, because the shell that you export
the TERM var in disappears when the exec() is done.

Also, the export is important, because the process that
runs ecasound won't inherit the TERM var otherwise.

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Aug 07 2002 - 23:40:14 EEST