Re: Euphoria won't run in background

new topic     » goto parent     » topic index » view thread      » older message » newer message

Daniel Johnson writes:
> My prog now works, but previously it was dirty and did :
> system("echo "&useful_information&" > file",2)
> with stdin and stdout non-redirected.
> Why does this use the console ?

exu initializes curses whenever you call
system(), and curses hasn't been initialized yet.
curses writes some control characters to the screen
when it's initialized.

It should be easy to fix that in the next release.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu